Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp50 bool isVmMode, bool isPrivate) in DumpHeapSnapshot()
73 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
192 HeapSnapshot *HeapProfiler::MakeHeapSnapshot(SampleType sampleType, bool isVmMode, bool isPrivate, … in MakeHeapSnapshot()
Dheap_snapshot.h371 …explicit HeapSnapshot(const EcmaVM *vm, const bool isVmMode, const bool isPrivate, const bool trac… in HeapSnapshot()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/
Ddumpheapsnapshot1_fuzzer.cpp44 bool isVmMode = true; in DumpHeapSnapshot1FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/
Ddumpheapsnapshot2_fuzzer.cpp44 bool isVmMode = true; in DumpHeapSnapshot2FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp84 bool isVmMode = true; in HWTEST_F_L0() local
115 bool isVmMode = true; in HWTEST_F_L0() local
157 bool isVmMode = true; in HWTEST_F_L0() local
204 bool isVmMode = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp46 bool isVmMode = true; in DumpHeapSnapshot3FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp51 const std::string &path, bool isVmMode, bool isPrivate) in DumpHeapSnapshot()
58 bool isVmMode, bool isPrivate) in DumpHeapSnapshot()
68 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate) in DumpHeapSnapshot()
126 bool DFXJSNApi::StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode, in StartHeapTracking()
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking1_fuzzer/
Dstopheaptracking1_fuzzer.cpp39 bool isVmMode = true; in StopHeapTracking1FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/startheaptracking_fuzzer/
Dstartheaptracking_fuzzer.cpp40 bool isVmMode = true; in StartHeapTrackingFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/stopheaptracking2_fuzzer/
Dstopheaptracking2_fuzzer.cpp39 bool isVmMode = true; in StopHeapTracking2FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp288 bool isVmMode = true; in HWTEST_F_L0() local
297 bool isVmMode = true; in HWTEST_F_L0() local
512 bool isVmMode = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3532 std::vector<std::pair<CString, JSTaggedValue>> &vec, bool isVmMode) in DumpObject()