Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 114) sorted by relevance

12345

/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h48 void DebuggerStmt(const JSPtLocation &location) override in DebuggerStmt()
55 void Breakpoint(const JSPtLocation &location) override in Breakpoint()
69 void Exception(const JSPtLocation &location) override in Exception()
82 bool SingleStep(const JSPtLocation &location) override in SingleStep()
Dtest_util.h52 static void WaitForBreakpoint(JSPtLocation location) in WaitForBreakpoint()
83 static void WaitForStepComplete(JSPtLocation location) in WaitForStepComplete()
156 static SourceLocation GetSourceLocation(const JSPtLocation &location, const char *pandaFile) in GetSourceLocation()
/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp21 void JSPtHooks::DebuggerStmt([[maybe_unused]] const JSPtLocation &location) in DebuggerStmt()
28 void JSPtHooks::Breakpoint(const JSPtLocation &location) in Breakpoint()
37 void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location) in Exception()
45 bool JSPtHooks::SingleStep(const JSPtLocation &location) in SingleStep()
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFileLocationProto.cpp19 void FileLocation::Serialize(const panda::pandasm::FileLocation &location, protoPanda::FileLocation… in Serialize()
29 std::optional<panda::pandasm::FileLocation> &location) in Deserialize()
DideHelpersProto.cpp19 void SourceLocation::Serialize(const panda::pandasm::SourceLocation &location, in Serialize()
29 panda::pandasm::SourceLocation &location) in Deserialize()
/arkcompiler/toolchain/tooling/base/
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(); in ToJson() local
216 std::unique_ptr<PtJson> location = internalPropertyDescripties_.value()[i]->ToJson(); in ToJson() local
226 std::unique_ptr<PtJson> location = privateProperties_.value()[i]->ToJson(); in ToJson() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp24 bool JSDebugger::SetBreakpoint(const JSPtLocation &location, Local<FunctionRef> condFuncRef) in SetBreakpoint()
48 bool JSDebugger::SetSmartBreakpoint(const JSPtLocation &location) in SetSmartBreakpoint()
72 bool JSDebugger::RemoveBreakpoint(const JSPtLocation &location) in RemoveBreakpoint()
156 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset, in HandleBreakpoint() local
179 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleDebuggerStmt() local
202 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleStep() local
Djs_pt_location.h64 std::stringstream location; in ToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_codegen_extensions.cpp52 auto location = callInst->GetLocation(0); in LaunchCallCodegen() local
64 auto location = callInst->GetLocation(0); in LaunchCallCodegen() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h43 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint()
64 … void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *object, in Exception()
72 …void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in ExceptionCatch()
79 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess()
87 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification()
130 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep()
Dtest_util.h68 static PtThread WaitForBreakpoint(PtLocation location) in WaitForBreakpoint()
144 static bool SuspendUntilContinue(DebugEvent reason, PtThread thread, PtLocation location) in SuspendUntilContinue()
309 #define ASSERT_BREAKPOINT_SUCCESS(location) \ argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_composite/js/
Dclass_composite.js20 location; field in A
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.cpp90 static void MarkRegWrite(Location location, ArenaVector<bool> *reg_write, bool paired, size_t offse… in MarkRegWrite()
100 static bool IsRegWrite(Location location, ArenaVector<bool> *reg_write, bool paired, size_t offset) in IsRegWrite()
107 static void MarkStackWrite(Location location, ArenaVector<bool> *stack_write, size_t offset) in MarkStackWrite()
114 static bool IsStackWrite(Location location, ArenaVector<bool> *stack_write, size_t offset) in IsStackWrite()
Dspill_fills_resolver.h50 LocationType location; member
90 LocationIndex Map(Location location) in Map()
Dreg_alloc_stat.cpp30 auto location = interv->GetLocation(); in RegAllocStat() local
Dreg_alloc_resolver.h66 …static inline void AddLocationToRoots(Location location, SaveStateInst *save_state, const Graph *g… in AddLocationToRoots()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h51 LocationType location; member
91 LocationIndex Map(Location location) in Map()
Dspill_fills_resolver.cpp91 static void MarkRegWrite(Location location, ArenaVector<bool> *regWrite, bool paired, size_t offset) in MarkRegWrite()
101 static bool IsRegWrite(Location location, ArenaVector<bool> *regWrite, bool paired, size_t offset) in IsRegWrite()
108 static void MarkStackWrite(Location location, ArenaVector<bool> *stackWrite, size_t offset) in MarkStackWrite()
115 static bool IsStackWrite(Location location, ArenaVector<bool> *stackWrite, size_t offset) in IsStackWrite()
Dreg_alloc_stat.cpp31 auto location = interv->GetLocation(); in RegAllocStat() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp43 auto location = interval->GetLocation(); in GetPhiLocationState() local
62 auto location = interval->GetLocation(); in GetPhiLocationState() local
165 bool IsRegisterPair(Location location, DataType::Type type, Graph *graph) in IsRegisterPair()
279 LocationState &RegAllocVerifier::GetLocationState(Location location) in GetLocationState()
308 bool RegAllocVerifier::ForEachLocation(Location location, DataType::Type type, T callback) in ForEachLocation()
318 void RegAllocVerifier::UpdateLocation(Location location, DataType::Type type, uint32_t instId) in UpdateLocation()
541 …ss_ &= ForEachLocation(inst->GetLocation(i), inputType, [input, inst, i](LocationState &location) { in HandleInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dlocations.h247 void SetLocation(size_t index, Location location) in SetLocation()
252 void SetDstLocation(Location location) in SetDstLocation()
257 void SetTmpLocation(Location location) in SetTmpLocation()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h58 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint()
94 …void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptio… in Exception()
107 void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, in ExceptionCatch()
120 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess()
133 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification()
225 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep()
Ddebugger.cpp71 const PtLocation &location, std::optional<Error> &error) in CheckLocationInClass()
97 std::optional<Error> Debugger::CheckLocation(const PtLocation &location) in CheckLocation()
129 std::optional<Error> Debugger::SetBreakpoint(const PtLocation &location) in SetBreakpoint()
146 std::optional<Error> Debugger::RemoveBreakpoint(const PtLocation &location) in RemoveBreakpoint()
530 … PtLocation location(method->GetPandaFile()->GetFilename().c_str(), method->GetFileId(), bcOffset); in BytecodePcChanged() local
612 …ebugger::HandleBreakpoint(ManagedThread *managedThread, Method *method, const PtLocation &location) in HandleBreakpoint()
651 bool Debugger::HandleStep(ManagedThread *managedThread, Method *method, const PtLocation &location) in HandleStep()
681 …l Debugger::HandlePropertyAccess(ManagedThread *thread, Method *method, const PtLocation &location) in HandlePropertyAccess()
728 …l Debugger::HandlePropertyModify(ManagedThread *thread, Method *method, const PtLocation &location) in HandlePropertyModify()
839 bool Debugger::EraseBreakpoint(const PtLocation &location) in EraseBreakpoint()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dthread_state.cpp100 for (auto &location : locations) { in SetBreakpoint() local
182 void ThreadState::OnSingleStep(const PtLocation &location) in OnSingleStep()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetbreakpointid_fuzzer/
Dbaseptsbreakpointsetbreakpointid_fuzzer.cpp47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetBreakpointIdFuzzTest() local

12345