| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_stat.cpp | 30 auto location = interv->GetLocation(); in RegAllocStat() local
|
| H A D | reg_alloc_resolver.h | 66 static inline void AddLocationToRoots(Location location, SaveStateInst *save_state, const Graph *graph) in AddLocationToRoots() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_stat.cpp | 31 auto location = interv->GetLocation(); in RegAllocStat() local
|
| H A D | reg_alloc_resolver.h | 73 static inline void AddLocationToRoots(Location location, SaveStateInst *saveState, const Graph *graph) in AddLocationToRoots() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyFileLocationProto.cpp | 19 void FileLocation::Serialize(const panda::pandasm::FileLocation &location, protoPanda::FileLocation &protoLocation) in Serialize() argument 28 Deserialize(const protoPanda::FileLocation &protoLocation, std::optional<panda::pandasm::FileLocation> &location) Deserialize() argument
|
| H A D | ideHelpersProto.cpp | 19 void SourceLocation::Serialize(const panda::pandasm::SourceLocation &location, in Serialize() argument 28 Deserialize(const protoPanda::SourceLocation &protoLocation, panda::pandasm::SourceLocation &location) Deserialize() argument
|
| H A D | assemblyRecordProto.cpp | 36 const auto &location = record.file_location; in Serialize() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | compiler_graph_test.cpp | 315 Location location; in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | dump.cpp | 82 void CodeInfoProducer::DumpStackMapLocation(const LLVMStackMap::LocationAccessor &location, std::ostream &stream, in DumpStackMapLocation() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| H A D | ets_codegen_extensions.cpp | 52 auto location = callInst->GetLocation(0); in LaunchCallCodegen() local 64 auto location = callInst->GetLocation(0); in LaunchCallCodegen() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetbreakpointid_fuzzer/ |
| H A D | baseptsbreakpointsetbreakpointid_fuzzer.cpp | 47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetBreakpointIdFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/ |
| H A D | baseptsbreakpointsetlocation_fuzzer.cpp | 47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetLocationFuzzTest() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| H A D | js_pt_hooks.cpp | 21 void JSPtHooks::DebuggerStmt([[maybe_unused]] const JSPtLocation &location) in DebuggerStmt() argument 28 void JSPtHooks::Breakpoint(const JSPtLocation &location) in Breakpoint() argument 37 void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location) in Exception() argument 45 bool JSPtHooks::SingleStep(const JSPtLocation &location) in SingleStep() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | liveness_use_table.cpp | 21 void UseTable::AddUseOnFixedLocation(const Inst *inst, Location location, LifeNumber ln) in AddUseOnFixedLocation() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | handle_storage-inl.h | 29 auto location = &(*node)[offset]; in GetNodeAddress() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_pt_location.h | 64 std::stringstream location; in ToString() local [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_returns.cpp | 56 std::unique_ptr<PtJson> location = locations_[i]->ToJson(); in ToJson() local 72 std::unique_ptr<PtJson> location = locations_[i]->ToJson(); in ToJson() local 102 std::unique_ptr<PtJson> location = locations_[i]->ToJson(); in ToJson() local 130 std::unique_ptr<PtJson> location = callFrames_[i]->ToJson(); in ToJson() local 183 std::unique_ptr<PtJson> location = callFrames_.value()[i]->ToJson(); in ToJson() local 207 std::unique_ptr<PtJson> location = result_[i]->ToJson(); ToJson() local 216 std::unique_ptr<PtJson> location = internalPropertyDescripties_.value()[i]->ToJson(); ToJson() local 226 std::unique_ptr<PtJson> location = privateProperties_.value()[i]->ToJson(); ToJson() local [all...] |
| /arkcompiler/toolchain/tooling/test/testcases/ |
| H A D | js_step_into_test.h | 117 JSPtLocation location in SetJSPtLocation() local [all...] |
| H A D | js_stepover_loop_test.h | 193 std::unique_ptr<PtJson> location = nullptr; in RecvStepoverInfo() local
|
| H A D | js_stepover_switch_test.h | 162 std::unique_ptr<PtJson> location = nullptr; in RecvStepoverInfo() local
|
| H A D | js_stepover_recursion_test.h | 132 std::unique_ptr<PtJson> location = nullptr; in RecvStepoverInfo() local
|
| H A D | js_stepout_loop_test.h | 132 std::unique_ptr<PtJson> location = nullptr; in RecvStepoutInfo() local
|
| H A D | js_stepout_switch_test.h | 116 std::unique_ptr<PtJson> location = nullptr; in RecvStepoutInfo() local
|
| H A D | js_stepout_recursion_test.h | 104 std::unique_ptr<PtJson> location = nullptr; in RecvStepoutInfo() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_params_test.cpp | 98 Location *location = objectData->GetLocation();
in HWTEST_F_L0() local
|