#include <range_analysis.h>
Definition at line 493 of file range_analysis.h.
◆ CanBeZero()
static bool dart::RangeUtils::CanBeZero |
( |
Range * |
range | ) |
|
|
inlinestatic |
Definition at line 518 of file range_analysis.h.
static bool Overlaps(Range *range, intptr_t min, intptr_t max)
◆ Fits()
Definition at line 495 of file range_analysis.h.
495 {
497 }
static bool IsUnknown(const Range *other)
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ IsNegative()
static bool dart::RangeUtils::IsNegative |
( |
Range * |
range | ) |
|
|
inlinestatic |
◆ IsPositive()
static bool dart::RangeUtils::IsPositive |
( |
Range * |
range | ) |
|
|
inlinestatic |
◆ IsSingleton()
static bool dart::RangeUtils::IsSingleton |
( |
Range * |
range | ) |
|
|
inlinestatic |
◆ IsWithin() [1/2]
static bool dart::RangeUtils::IsWithin |
( |
const Range * |
range, |
|
|
const Range * |
other |
|
) |
| |
|
inlinestatic |
◆ IsWithin() [2/2]
static bool dart::RangeUtils::IsWithin |
( |
const Range * |
range, |
|
|
int64_t |
min, |
|
|
int64_t |
max |
|
) |
| |
|
inlinestatic |
Definition at line 499 of file range_analysis.h.
499 {
501 }
static float max(float r, float g, float b)
static float min(float r, float g, float b)
◆ OnlyLessThanOrEqualTo()
static bool dart::RangeUtils::OnlyLessThanOrEqualTo |
( |
Range * |
range, |
|
|
intptr_t |
value |
|
) |
| |
|
inlinestatic |
◆ Overlaps()
static bool dart::RangeUtils::Overlaps |
( |
Range * |
range, |
|
|
intptr_t |
min, |
|
|
intptr_t |
max |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: