#include <il.h>
Definition at line 255 of file il.h.
◆ ContainsCid()
static bool dart::CidRangeVectorUtils::ContainsCid |
( |
const CidRangeVector & |
ranges, |
|
|
intptr_t |
cid |
|
) |
| |
|
inlinestatic |
Definition at line 257 of file il.h.
257 {
258 for (const CidRangeValue& range : ranges) {
259 if (range.Contains(
cid)) {
260 return true;
261 }
262 }
263 return false;
264 }
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/compiler/backend/il.h