Definition at line 17136 of file object.cc.
◆ CidCount()
dart::CidCount::CidCount |
( |
intptr_t |
cid_, |
|
|
intptr_t |
count_, |
|
|
Function * |
f_ |
|
) |
| |
|
inline |
◆ HighestCountFirst()
Definition at line 17147 of file object.cc.
17147 {
17148 if (
a->count >
b->count) {
17149 return -1;
17150 }
17151 return (
a->count <
b->count) ? 1 : 0;
17152}
◆ cid
intptr_t dart::CidCount::cid |
◆ count
intptr_t dart::CidCount::count |
◆ function
The documentation for this struct was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/object.cc