Searched defs:isVmMode (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_profiler.cpp | 136 …pProfiler::DumpHeapSnapshot([[maybe_unused]] DumpFormat dumpFormat, [[maybe_unused]] bool isVmMode, in DumpHeapSnapshot() 153 … bool isVmMode, bool isPrivate, bool captureNumericValue, bool isFullGC) in DumpHeapSnapshot() 189 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() 311 HeapSnapshot *HeapProfiler::MakeHeapSnapshot(SampleType sampleType, bool isVmMode, bool isPrivate, in MakeHeapSnapshot()
|
D | heap_snapshot.h | 402 …HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const bool isVmMode, const bool isPriva… in HeapSnapshot()
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/ |
D | dumpheapsnapshot1_fuzzer.cpp | 44 bool isVmMode = true; in DumpHeapSnapshot1FuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/ |
D | dumpheapsnapshot2_fuzzer.cpp | 44 bool isVmMode = true; in DumpHeapSnapshot2FuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/ |
D | dumpheapsnapshot3_fuzzer.cpp | 46 bool isVmMode = true; in DumpHeapSnapshot3FuzzTest() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | dfx_jsnapi_tests.cpp | 85 bool isVmMode = true; in HWTEST_F_L0() local 117 bool isVmMode = true; in HWTEST_F_L0() local 170 bool isVmMode = true; in HWTEST_F_L0() local 218 bool isVmMode = true; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 56 … [[maybe_unused]] const std::string &path, [[maybe_unused]] bool isVmMode, in DumpHeapSnapshot() 69 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpHeapSnapshot() 85 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpCpuProfile() 107 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpHeapSnapshot() 137 … [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpHeapSnapshotAllVMs() 222 [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, in StartHeapTracking()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | dfx_jsnapi.h | 54 bool isVmMode = true; member
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_first_test.cpp | 282 bool isVmMode = true; in HWTEST_F_L0() local 295 bool isVmMode = true; in HWTEST_F_L0() local
|
D | heap_tracker_third_test.cpp | 188 bool isVmMode = true; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | dump.cpp | 3925 static void DumpObject(TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode) in DumpObject()
|