/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/ |
D | dumpheapsnapshot1_fuzzer.cpp | 45 bool isPrivate = false; in DumpHeapSnapshot1FuzzTest() local 47 DFXJSNApi::DumpHeapSnapshot(vm, input, isVmMode, isPrivate, captureNumericValue); in DumpHeapSnapshot1FuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/ |
D | dumpheapsnapshot2_fuzzer.cpp | 45 bool isPrivate = false; in DumpHeapSnapshot2FuzzTest() local 48 DFXJSNApi::DumpHeapSnapshot(vm, input, path, isVmMode, isPrivate, captureNumericValue); in DumpHeapSnapshot2FuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/ |
D | dumpheapsnapshot3_fuzzer.cpp | 47 bool isPrivate = false; in DumpHeapSnapshot3FuzzTest() local 52 …DFXJSNApi::DumpHeapSnapshot(vm, input, &stream, progress, isVmMode, isPrivate, captureNumericValue… in DumpHeapSnapshot3FuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | dfx_jsnapi.h | 54 bool isPrivate = false, bool captureNumericValue = false); 56 … bool isVmMode = true, bool isPrivate = false, bool captureNumericValue = false); 57 …id DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, bool isVmMode = true, bool isPrivate = false,
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_profiler.cpp | 136 bool isVmMode, bool isPrivate, bool captureNumericValue) in DumpHeapSnapshot() argument 147 …HeapSnapshot *snapshot = MakeHeapSnapshot(SampleType::ONE_SHOT, isVmMode, isPrivate, captureNumeri… in DumpHeapSnapshot() 286 HeapSnapshot *HeapProfiler::MakeHeapSnapshot(SampleType sampleType, bool isVmMode, bool isPrivate, in MakeHeapSnapshot() argument 294 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, isVmMode, isPrivate, captureNumericValue, in MakeHeapSnapshot() 304 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, isVmMode, isPrivate, captureNumericValue, in MakeHeapSnapshot()
|
D | heap_profiler.h | 79 … bool isVmMode = true, bool isPrivate = false, bool captureNumericValue = false) override; 112 bool isPrivate = false, bool captureNumericValue = false,
|
D | heap_profiler_interface.h | 44 … bool isVmMode = true, bool isPrivate = false, bool captureNumericValue = false) = 0;
|
D | heap_snapshot.h | 366 …HeapSnapshot(const EcmaVM *vm, const bool isVmMode, const bool isPrivate, const bool captureNumeri… in HeapSnapshot() argument 368 : stringTable_(vm), vm_(vm), isVmMode_(isVmMode), isPrivate_(isPrivate), in HeapSnapshot()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | dfx_jsnapi.cpp | 55 … [[maybe_unused]] bool isPrivate, [[maybe_unused]] bool captureNumericValue) in DumpHeapSnapshot() argument 59 DumpHeapSnapshot(vm, dumpFormat, &stream, nullptr, isVmMode, isPrivate, captureNumericValue); in DumpHeapSnapshot() 67 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpHeapSnapshot() argument 75 isVmMode, isPrivate, captureNumericValue); in DumpHeapSnapshot() 84 [[maybe_unused]] bool isVmMode, [[maybe_unused]] bool isPrivate, in DumpHeapSnapshot() argument 118 DumpHeapSnapshot(vm, dumpFormat, &stream, nullptr, isVmMode, isPrivate, captureNumericValue); in DumpHeapSnapshot()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_test.cpp | 283 bool isPrivate = false; in HWTEST_F_L0() local 287 HeapSnapshot heapSnapshot(instance, isVmMode, isPrivate, captureNumericValue, traceAllocation, in HWTEST_F_L0() 295 bool isPrivate = false; in HWTEST_F_L0() local 299 HeapSnapshot heapSnapshot(instance, isVmMode, isPrivate, captureNumericValue, traceAllocation, in HWTEST_F_L0() 518 bool isPrivate = false; in HWTEST_F_L0() local 522 HeapSnapshot heapSnapshot(instance, isVmMode, isPrivate, captureNumericValue, traceAllocation, in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | dfx_jsnapi_tests.cpp | 85 bool isPrivate = false; in HWTEST_F_L0() local 90 … DFXJSNApi::DumpHeapSnapshot(vm_, dumpFormat, filePath, isVmMode, isPrivate, captureNumericValue); in HWTEST_F_L0() 117 bool isPrivate = false; in HWTEST_F_L0() local 122 …DFXJSNApi::DumpHeapSnapshot(vm_, dumpFormat, &stream, progress, isVmMode, isPrivate, captureNumeri… in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | expressionParser.cpp | 1572 bool isPrivate = false; in ParsePostPrimaryExpression() local 1581 isPrivate = true; in ParsePostPrimaryExpression() 1593 if (isPrivate) { in ParsePostPrimaryExpression()
|