Home
last modified time | relevance | path

Searched defs:location (Results 1 - 25 of 99) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.cpp30 auto location = interv->GetLocation(); in RegAllocStat() local
H A Dreg_alloc_resolver.h66 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 Dreg_alloc_stat.cpp31 auto location = interv->GetLocation(); in RegAllocStat() local
H A Dreg_alloc_resolver.h73 static inline void AddLocationToRoots(Location location, SaveStateInst *saveState, const Graph *graph) in AddLocationToRoots() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFileLocationProto.cpp19 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 DideHelpersProto.cpp19 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 DassemblyRecordProto.cpp36 const auto &location = record.file_location; in Serialize() local
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp315 Location location; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Ddump.cpp82 void CodeInfoProducer::DumpStackMapLocation(const LLVMStackMap::LocationAccessor &location, std::ostream &stream, in DumpStackMapLocation() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_codegen_extensions.cpp52 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 Dbaseptsbreakpointsetbreakpointid_fuzzer.cpp47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetBreakpointIdFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/
H A Dbaseptsbreakpointsetlocation_fuzzer.cpp47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetLocationFuzzTest() local
/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.cpp21 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 Dliveness_use_table.cpp21 void UseTable::AddUseOnFixedLocation(const Inst *inst, Location location, LifeNumber ln) in AddUseOnFixedLocation() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_storage-inl.h29 auto location = &(*node)[offset]; in GetNodeAddress() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_pt_location.h64 std::stringstream location; in ToString() local
[all...]
/arkcompiler/toolchain/tooling/base/
H A Dpt_returns.cpp56 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 Djs_step_into_test.h117 JSPtLocation location in SetJSPtLocation() local
[all...]
H A Djs_stepover_loop_test.h193 std::unique_ptr<PtJson> location = nullptr; in RecvStepoverInfo() local
H A Djs_stepover_switch_test.h162 std::unique_ptr<PtJson> location = nullptr; in RecvStepoverInfo() local
H A Djs_stepover_recursion_test.h132 std::unique_ptr<PtJson> location = nullptr; in RecvStepoverInfo() local
H A Djs_stepout_loop_test.h132 std::unique_ptr<PtJson> location = nullptr; in RecvStepoutInfo() local
H A Djs_stepout_switch_test.h116 std::unique_ptr<PtJson> location = nullptr; in RecvStepoutInfo() local
H A Djs_stepout_recursion_test.h104 std::unique_ptr<PtJson> location = nullptr; in RecvStepoutInfo() local
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_params_test.cpp98 Location *location = objectData->GetLocation(); in HWTEST_F_L0() local

Completed in 11 milliseconds

1234