Home
last modified time | relevance | path

Searched refs:isPrivate (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp287 bool isPrivate = false; in HWTEST_F_L0() local
293 dumpOption.isPrivate = isPrivate; in HWTEST_F_L0()
303 bool isPrivate = false; in HWTEST_F_L0() local
309 dumpOption.isPrivate = isPrivate; in HWTEST_F_L0()
H A Dheap_tracker_second_test.cpp145 dumpOption.isPrivate = true; in HWTEST_F_L0()
181 dumpOption.isPrivate = true; in HWTEST_F_L0()
217 dumpOption.isPrivate = true; in HWTEST_F_L0()
253 dumpOption.isPrivate = true; in HWTEST_F_L0()
H A Dheap_tracker_third_test.cpp154 dumpOption.isPrivate = true; in HWTEST_F_L0()
198 bool isPrivate = false; in HWTEST_F_L0() local
204 dumpOption.isPrivate = isPrivate; in HWTEST_F_L0()
H A Dhprof_test.cpp404 dumpOption.isPrivate = false; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dorig_symbol.h117 return isPrivate; in IsPrivate()
119 void SetIsPrivate(bool isPrivate) in SetIsPrivate() argument
121 this->isPrivate = isPrivate; in SetIsPrivate()
350 bool isPrivate = false; // if the field has private attribute, only when fieldID != 0
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/
H A Ddumpheapsnapshot2_fuzzer.cpp47 dumpOption.isPrivate = false; in DumpHeapSnapshot2FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/
H A Ddumpheapsnapshot1_fuzzer.cpp48 dumpOption.isPrivate = false; in DumpHeapSnapshot1FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
H A Ddumpheapsnapshot3_fuzzer.cpp43 dumpOption.isPrivate = false; in DumpHeapSnapshot3FuzzTest()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A Didentifier.h163 void SetPrivate(bool const isPrivate) noexcept
165 if (isPrivate) {
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler_interface.h33 bool isPrivate = false; member
H A Dheap_snapshot.h410 : vm_(vm), stringTable_(stringTable), isVmMode_(dumpOption.isVmMode), isPrivate_(dumpOption.isPrivate), in HeapSnapshot()
H A Dheap_profiler.cpp733 dumpOption.isPrivate = false; in StartHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp93 dumpOption.isPrivate = false; in HWTEST_F_L0()
126 dumpOption.isPrivate = false; in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp451 dumpOption.isPrivate = false; in TakeHeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp681 dumpOption.isPrivate = false; in DumpHeapSnapshotBeforeOOM()
1536 dumpOption.isPrivate = false; in DumpHeapSnapshotBeforeOOM()
2702 dumpOption.isPrivate = false; in ThresholdReachedDump()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp1441 bool isPrivate = false; in ParseOptionalChain() local
1444 isPrivate = true; in ParseOptionalChain()
1452 identNode->SetPrivate(isPrivate); in ParseOptionalChain()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp1670 bool isPrivate = false; in ParsePostPrimaryExpression() local
1676 isPrivate = true; in ParsePostPrimaryExpression()
1687 if (isPrivate) { in ParsePostPrimaryExpression()

Completed in 27 milliseconds