Home
last modified time | relevance | path

Searched refs:isPrivate (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/
Ddumpheapsnapshot1_fuzzer.cpp45 bool isPrivate = false; in DumpHeapSnapshot1FuzzTest() local
47 DFXJSNApi::DumpHeapSnapshot(vm, input, isVmMode, isPrivate, captureNumericValue); in DumpHeapSnapshot1FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/
Ddumpheapsnapshot2_fuzzer.cpp45 bool isPrivate = false; in DumpHeapSnapshot2FuzzTest() local
48 DFXJSNApi::DumpHeapSnapshot(vm, input, path, isVmMode, isPrivate, captureNumericValue); in DumpHeapSnapshot2FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp47 bool isPrivate = false; in DumpHeapSnapshot3FuzzTest() local
52 …DFXJSNApi::DumpHeapSnapshot(vm, input, &stream, progress, isVmMode, isPrivate, captureNumericValue… in DumpHeapSnapshot3FuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h54 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/
Dheap_profiler.cpp136 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()
Dheap_profiler.h79 … bool isVmMode = true, bool isPrivate = false, bool captureNumericValue = false) override;
112 bool isPrivate = false, bool captureNumericValue = false,
Dheap_profiler_interface.h44 … bool isVmMode = true, bool isPrivate = false, bool captureNumericValue = false) = 0;
Dheap_snapshot.h366 …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/
Ddfx_jsnapi.cpp55 … [[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/
Dheap_tracker_test.cpp283 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/
Ddfx_jsnapi_tests.cpp85 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/
DexpressionParser.cpp1572 bool isPrivate = false; in ParsePostPrimaryExpression() local
1581 isPrivate = true; in ParsePostPrimaryExpression()
1593 if (isPrivate) { in ParsePostPrimaryExpression()