Home
last modified time | relevance | path

Searched defs:AllocationEvent (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp34 void HeapTracker::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent() function in panda::ecmascript::HeapTracker
Dheap_profiler.cpp125 void HeapProfiler::AllocationEvent(TaggedObject *address, size_t size) in AllocationEvent() function in panda::ecmascript::HeapProfiler
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp535 void AllocationEvent(TaggedObject *address, size_t size) override in AllocationEvent() function in panda::test::MockHeapProfiler