Home
last modified time | relevance | path

Searched defs:isVmMode (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h32 bool isVmMode = true; // vmMode do more dump. member
Dheap_profiler.cpp448 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_first_test.cpp286 bool isVmMode = true; in HWTEST_F_L0() local
302 bool isVmMode = true; in HWTEST_F_L0() local
Dheap_tracker_third_test.cpp197 bool isVmMode = true; in HWTEST_F_L0() local
Dheap_dump_test.cpp872 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr, in StartHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp176 bool isVmMode = true; in HWTEST_F_L0() local
224 bool isVmMode = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp382 [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, in StartHeapTracking()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp4038 …d DumpObject(const JSThread *thread, TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode) in DumpObject()