Home
last modified time | relevance | path

Searched refs:ImplementSampling (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_sampling_test.cpp91 HWTEST_F_L0(HeapSamplingTest, ImplementSampling) in HWTEST_F_L0() argument
99 heapSampling->ImplementSampling(addr, size); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dallocation_inspector.cpp27 profiler_->ImplementSampling(object, size); in Step()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h62 void ImplementSampling([[maybe_unused]] Address addr, size_t size);
Dheap_sampling.cpp47 void HeapSampling::ImplementSampling([[maybe_unused]] Address addr, size_t size) in ImplementSampling() function in panda::ecmascript::HeapSampling