Home
last modified time | relevance | path

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

123456

/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/dynamic/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/dynamic/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/toolchain/tooling/dynamic/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/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()
/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()
157 JSPtLocation location {method->GetJSPandaFile(thread), method->GetMethodId(), bcOffset, in HandleBreakpoint() local
181 JSPtLocation location {method->GetJSPandaFile(thread), method->GetMethodId(), bcOffset}; in HandleDebuggerStmt() local
205 JSPtLocation location {method->GetJSPandaFile(thread), method->GetMethodId(), bcOffset}; in HandleStep() local
Djs_pt_location.h64 std::stringstream location; in ToString() local
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-export-decl/js/
Dindex.js20 location; field in A
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/resolve-dynamic-paths/js/
Dindex.js20 location; field in A
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_composite/js/
Dindex.js19 location; field in A
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/typecheck-decl/js/
Dindex.js20 location; field in A
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-extend-dynamic/js/
Dindex.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
/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/runtime/tooling/
Dpt_hooks_wrapper.h58 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint()
95 …void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptio… in Exception()
108 void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, in ExceptionCatch()
121 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess()
135 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification()
227 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Dthread_state.cpp177 void ThreadState::OnSingleStep(const PtLocation &location, const char *sourceFile) in OnSingleStep()
235 bool ThreadState::ShouldStopAtBreakpoint(const PtLocation &location) in ShouldStopAtBreakpoint()
/arkcompiler/toolchain/tooling/static/debugger/
Dthread_state.cpp178 void ThreadState::OnSingleStep(const PtLocation &location, const char *sourceFile) in OnSingleStep()
243 bool ThreadState::ShouldStopAtBreakpoint(const PtLocation &location) in ShouldStopAtBreakpoint()
/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()
543 …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()

123456