Searched defs:isVmMode (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler_interface.h | 32 bool isVmMode = true; // vmMode do more dump. member
|
| D | heap_profiler.cpp | 448 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_tracker_first_test.cpp | 286 bool isVmMode = true; in HWTEST_F_L0() local 302 bool isVmMode = true; in HWTEST_F_L0() local
|
| D | heap_tracker_third_test.cpp | 197 bool isVmMode = true; in HWTEST_F_L0() local
|
| D | heap_dump_test.cpp | 872 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr, in StartHeapTracking()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | dfx_jsnapi_tests.cpp | 176 bool isVmMode = true; in HWTEST_F_L0() local 224 bool isVmMode = true; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 382 [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, in StartHeapTracking()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 4038 …d DumpObject(const JSThread *thread, TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode) in DumpObject()
|