Home
last modified time | relevance | path

Searched refs:isVmMode (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp286 bool isVmMode = true; in HWTEST_F_L0() local
292 dumpOption.isVmMode = isVmMode; in HWTEST_F_L0()
302 bool isVmMode = true; in HWTEST_F_L0() local
308 dumpOption.isVmMode = isVmMode; in HWTEST_F_L0()
H A Dheap_tracker_second_test.cpp144 dumpOption.isVmMode = true; in HWTEST_F_L0()
180 dumpOption.isVmMode = true; in HWTEST_F_L0()
216 dumpOption.isVmMode = true; in HWTEST_F_L0()
252 dumpOption.isVmMode = true; in HWTEST_F_L0()
H A Dheap_tracker_third_test.cpp153 dumpOption.isVmMode = true; in HWTEST_F_L0()
197 bool isVmMode = true; in HWTEST_F_L0() local
203 dumpOption.isVmMode = isVmMode; in HWTEST_F_L0()
H A Dhprof_test.cpp403 dumpOption.isVmMode = true; in HWTEST_F_L0()
H A Dheap_dump_test.cpp557 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
560 return profiler_->StartHeapTracking(timeInterval, isVmMode, stream, traceAllocation, newThread);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler_interface.h32 bool isVmMode = true; // vmMode do more dump. member
59 virtual bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
H A Dheap_profiler.h146 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
H A Dheap_profiler.cpp725 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() argument
732 dumpOption.isVmMode = isVmMode; in StartHeapTracking()
H A Dheap_snapshot.h410 : vm_(vm), stringTable_(stringTable), isVmMode_(dumpOption.isVmMode), isPrivate_(dumpOption.isPrivate), in HeapSnapshot()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/
H A Ddumpheapsnapshot2_fuzzer.cpp46 dumpOption.isVmMode = true; in DumpHeapSnapshot2FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/
H A Ddumpheapsnapshot1_fuzzer.cpp47 dumpOption.isVmMode = true; in DumpHeapSnapshot1FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
H A Ddumpheapsnapshot3_fuzzer.cpp42 dumpOption.isVmMode = true; in DumpHeapSnapshot3FuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp92 dumpOption.isVmMode = true; in HWTEST_F_L0()
125 dumpOption.isVmMode = true; in HWTEST_F_L0()
175 bool isVmMode = true; in HWTEST_F_L0() local
180 startResult = DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode, stream, traceAllocation); in HWTEST_F_L0()
223 bool isVmMode = true; in HWTEST_F_L0() local
228 startResult = DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode, stream, traceAllocation); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h65 // isVmMode means the internal class in vm is visible. isPrivate means the number and string is not visible.
81 static bool StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode = true,
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp450 dumpOption.isVmMode = true; in TakeHeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp351 [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, in StartHeapTracking()
359 return heapProfile->StartHeapTracking(timeInterval, isVmMode, stream, traceAllocation, newThread); in StartHeapTracking()
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/mem/
H A Dheap.cpp680 dumpOption.isVmMode = true; in DumpHeapSnapshotBeforeOOM()
1535 dumpOption.isVmMode = true; in DumpHeapSnapshotBeforeOOM()
2701 dumpOption.isVmMode = true; in ThresholdReachedDump()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.h719 void DumpForSnapshot(std::vector<Reference> &vec, bool isVmMode = true) const;
H A Ddump.cpp3949 static void DumpObject(TaggedObject *obj, std::vector<Reference> &vec, bool isVmMode) in DumpObject() argument
4427 if (isVmMode) { in DumpObject()
4536 void JSTaggedValue::DumpForSnapshot(std::vector<Reference> &vec, bool isVmMode) const in DumpForSnapshot()
4539 return DumpObject(GetTaggedObject(), vec, isVmMode); in DumpForSnapshot()

Completed in 33 milliseconds