Home
last modified time | relevance | path

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

/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/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp46 bool isVmMode = true; in DumpHeapSnapshot3FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp136 bool isVmMode, bool isPrivate, bool captureNumericValue) in DumpHeapSnapshot()
165 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking()
286 HeapSnapshot *HeapProfiler::MakeHeapSnapshot(SampleType sampleType, bool isVmMode, bool isPrivate, in MakeHeapSnapshot()
Dheap_snapshot.h366 …HeapSnapshot(const EcmaVM *vm, const bool isVmMode, const bool isPrivate, const bool captureNumeri… in HeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp84 bool isVmMode = true; in HWTEST_F_L0() local
116 bool isVmMode = true; in HWTEST_F_L0() local
169 bool isVmMode = true; in HWTEST_F_L0() local
217 bool isVmMode = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp54 … [[maybe_unused]] const std::string &path, [[maybe_unused]] bool isVmMode, in DumpHeapSnapshot()
67 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpHeapSnapshot()
84 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpHeapSnapshot()
166 [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, in StartHeapTracking()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp282 bool isVmMode = true; in HWTEST_F_L0() local
294 bool isVmMode = true; in HWTEST_F_L0() local
517 bool isVmMode = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3705 …d DumpObject(TaggedObject *obj, std::vector<std::pair<CString, JSTaggedValue>> &vec, bool isVmMode) in DumpObject()