/arkcompiler/runtime_core/static_core/verification/absint/ |
H A D | exec_context.h | 46 entryPoint_.insert({addr, type}); in AddEntryPoint() 130 for (auto [addr, type] : entryPoint_) { in GetEntryPointForChecking() 135 entryPoint_.erase({addr, type}); in GetEntryPointForChecking() 139 if (entryPoint_.empty()) { in GetEntryPointForChecking() 192 PandaSet<std::pair<const uint8_t *, EntryPointType>> entryPoint_; member in ark::verifier::EntryPointType::ExecContext
|
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_single_step_test.h | 83 return {pandaFile_, entryPoint_}; 89 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsSingleStepTest
|
H A D | js_source_test.h | 71 return {pandaFile_, entryPoint_}; 78 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsSourceTest
|
H A D | js_tracing_test.h | 76 return {pandaFile_, entryPoint_}; 83 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsTracingTest
|
H A D | js_cpuprofile_test.h | 79 return {pandaFile_, entryPoint_}; 86 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsCpuprofileTest
|
H A D | js_step_over_test.h | 96 return {pandaFile_, entryPoint_}; 106 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsStepOverTest
|
H A D | js_step_out_test.h | 92 return {pandaFile_, entryPoint_}; 102 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsStepOutTest
|
H A D | js_step_into_test.h | 98 return {pandaFile_, entryPoint_}; 108 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsStepIntoTest
|
H A D | js_range_error_test.h | 93 return {pandaFile_, entryPoint_}; 100 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsRangeErrorTest
|
H A D | js_heapusage_recursion_test.h | 104 return {pandaFile_, entryPoint_}; 111 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsHeapusageRecursionTest
|
H A D | js_heapusage_loop_test.h | 104 return {pandaFile_, entryPoint_}; 111 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsHeapusageLoopTest
|
H A D | js_heapusage_async_test.h | 99 return {pandaFile_, entryPoint_}; 106 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsHeapusageAsyncTest
|
H A D | js_heapsampling_test.h | 93 return {pandaFile_, entryPoint_}; 100 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsHeapsamplingTest
|
H A D | js_heapusage_test.h | 120 return {pandaFile_, entryPoint_}; 127 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsHeapusageTest
|
H A D | js_throw_exception_test.h | 96 return {pandaFile_, entryPoint_};
104 std::string entryPoint_ = "_GLOBAL::func_main_0";
member in panda::ecmascript::tooling::test::JsThrowExceptionTest
|
H A D | js_syntax_exception_test.h | 93 return {pandaFile_, entryPoint_};
101 std::string entryPoint_ = "_GLOBAL::func_main_0";
member in panda::ecmascript::tooling::test::JsSyntaxExceptionTest
|
H A D | js_heapsampling_loop_test.h | 106 return {pandaFile_, entryPoint_}; 113 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsHeapSamplingLoopTest
|
H A D | js_cpuprofile_loop_test.h | 88 return {pandaFile_, entryPoint_}; 95 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsCpuprofileLoopTest
|
H A D | js_heapprofiler_dump_test.h | 111 return {pandaFile_, entryPoint_}; 118 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsHeapProfilerDumpTest
|
H A D | js_breakpoint_in_different_branch.h | 95 std::pair<std::string, std::string> GetEntryPoint() override { return {pandaFile_, entryPoint_}; } 101 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsBreakpointInDifferentBranchTest
|
H A D | js_breakpoint_cannot_hit_test.h | 99 return {pandaFile_, entryPoint_}; 106 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsBreakpointCannotHitTest
|
H A D | js_breakpoint_async_test.h | 88 return {pandaFile_, entryPoint_}; 95 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsBreakpointAsyncTest
|
H A D | js_breakpoint_arrow_test.h | 83 return {pandaFile_, entryPoint_}; 90 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsBreakpointArrowTest
|
H A D | js_breakpoint_test.h | 88 return {pandaFile_, entryPoint_}; 95 std::string entryPoint_ = "_GLOBAL::func_main_0"; member in panda::ecmascript::tooling::test::JsBreakpointTest
|
/arkcompiler/ets_frontend/ets2panda/parser/program/ |
H A D | program.h | 230 return entryPoint_; in IsEntryPoint() 235 entryPoint_ = true; in MarkEntry() 297 bool entryPoint_ {};
|