/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
H A D | heap_tracker_first_test.cpp | 286 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 D | heap_tracker_second_test.cpp | 144 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 D | heap_tracker_third_test.cpp | 153 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 D | hprof_test.cpp | 403 dumpOption.isVmMode = true; in HWTEST_F_L0()
|
H A D | heap_dump_test.cpp | 557 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 D | heap_profiler_interface.h | 32 bool isVmMode = true; // vmMode do more dump. member 59 virtual bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
|
H A D | heap_profiler.h | 146 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
|
H A D | heap_profiler.cpp | 725 bool HeapProfiler::StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, in StartHeapTracking() argument 732 dumpOption.isVmMode = isVmMode; in StartHeapTracking()
|
H A D | heap_snapshot.h | 410 : vm_(vm), stringTable_(stringTable), isVmMode_(dumpOption.isVmMode), isPrivate_(dumpOption.isPrivate), in HeapSnapshot()
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/ |
H A D | dumpheapsnapshot2_fuzzer.cpp | 46 dumpOption.isVmMode = true; in DumpHeapSnapshot2FuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/ |
H A D | dumpheapsnapshot1_fuzzer.cpp | 47 dumpOption.isVmMode = true; in DumpHeapSnapshot1FuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/ |
H A D | dumpheapsnapshot3_fuzzer.cpp | 42 dumpOption.isVmMode = true; in DumpHeapSnapshot3FuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | dfx_jsnapi_tests.cpp | 92 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 D | dfx_jsnapi.h | 65 // 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 D | heapprofiler_impl.cpp | 450 dumpOption.isVmMode = true; in TakeHeapSnapshot()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | dfx_jsnapi.cpp | 351 [[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 D | heap.cpp | 680 dumpOption.isVmMode = true; in DumpHeapSnapshotBeforeOOM() 1535 dumpOption.isVmMode = true; in DumpHeapSnapshotBeforeOOM() 2701 dumpOption.isVmMode = true; in ThresholdReachedDump()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_tagged_value.h | 719 void DumpForSnapshot(std::vector<Reference> &vec, bool isVmMode = true) const;
|
H A D | dump.cpp | 3949 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()
|