Home
last modified time | relevance | path

Searched defs:isVmMode (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler_interface.h32 bool isVmMode = true; // vmMode do more dump. member
H A Dheap_profiler.cpp725 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp286 bool isVmMode = true; in HWTEST_F_L0() local
302 bool isVmMode = true; in HWTEST_F_L0() local
H A Dheap_tracker_third_test.cpp197 bool isVmMode = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp175 bool isVmMode = true; in HWTEST_F_L0() local
223 bool isVmMode = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp350 StartHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] double timeInterval, [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) StartHeapTracking() argument
/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp3949 static void DumpObject(TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode) in DumpObject() argument

Completed in 14 milliseconds