Definition at line 487 of file profiler_service.cc.
◆ ProfileFunctionTable()
dart::ProfileFunctionTable::ProfileFunctionTable |
( |
| ) |
|
|
inline |
Definition at line 489 of file profiler_service.cc.
491 unknown_function_(nullptr),
492 table_(8) {
493 unknown_function_ =
495 }
static Object & ZoneHandle()
◆ AddNative()
◆ AddStub()
◆ AddTag()
◆ At()
◆ GetUnknown()
◆ length()
intptr_t dart::ProfileFunctionTable::length |
( |
| ) |
const |
|
inline |
◆ Lookup()
Definition at line 506 of file profiler_service.cc.
506 {
509 }
KeyValueTrait::Value LookupValue(typename KeyValueTrait::Key key) const
Dart_NativeFunction function
◆ LookupOrAdd()
Definition at line 497 of file profiler_service.cc.
497 {
500 if (profile_function != nullptr) {
501 return profile_function;
502 }
504 }
ProfileFunction * Lookup(const Function &function)
The documentation for this class was generated from the following file: