Flutter Engine
The Flutter Engine
|
#include <profiler_service.h>
Public Member Functions | |
ProfileCodeInlinedFunctionsCache () | |
~ProfileCodeInlinedFunctionsCache () | |
void | Get (uword pc, const Code &code, ProcessedSample *sample, intptr_t frame_index, GrowableArray< const Function * > **inlined_functions, GrowableArray< TokenPosition > **inlined_token_positions, TokenPosition *token_position) |
Public Member Functions inherited from dart::ZoneAllocated | |
ZoneAllocated () | |
void * | operator new (size_t size) |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *pointer) |
Definition at line 60 of file profiler_service.h.
|
inline |
Definition at line 62 of file profiler_service.h.
|
inline |
Definition at line 70 of file profiler_service.h.
void dart::ProfileCodeInlinedFunctionsCache::Get | ( | uword | pc, |
const Code & | code, | ||
ProcessedSample * | sample, | ||
intptr_t | frame_index, | ||
GrowableArray< const Function * > ** | inlined_functions, | ||
GrowableArray< TokenPosition > ** | inlined_token_positions, | ||
TokenPosition * | token_position | ||
) |
Definition at line 835 of file profiler_service.cc.