Searched defs:isVmMode (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_profiler_interface.h | 32 bool isVmMode = true; // vmMode do more dump. member
|
| H A D | heap_profiler.cpp | 725 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_tracker_first_test.cpp | 286 bool isVmMode = true;
in HWTEST_F_L0() local 302 bool isVmMode = true;
in HWTEST_F_L0() local
|
| H A D | heap_tracker_third_test.cpp | 197 bool isVmMode = true; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | dfx_jsnapi_tests.cpp | 175 bool isVmMode = true; in HWTEST_F_L0() local 223 bool isVmMode = true; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | dfx_jsnapi.cpp | 350 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 D | dump.cpp | 3949 static void DumpObject(TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode) in DumpObject() argument
|
Completed in 14 milliseconds