| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_hooks.h | 48 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()
|
| D | test_util.h | 52 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/ |
| D | js_pt_hooks.cpp | 21 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/ |
| D | assemblyFileLocationProto.cpp | 19 void FileLocation::Serialize(const panda::pandasm::FileLocation &location, protoPanda::FileLocation… in Serialize() 29 std::optional<panda::pandasm::FileLocation> &location) in Deserialize()
|
| D | ideHelpersProto.cpp | 19 void SourceLocation::Serialize(const panda::pandasm::SourceLocation &location, in Serialize() 29 panda::pandasm::SourceLocation &location) in Deserialize()
|
| /arkcompiler/toolchain/tooling/base/ |
| 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(); 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/ |
| D | js_debugger.cpp | 24 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
|
| D | js_pt_location.h | 64 std::stringstream location; in ToString() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 52 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/ |
| D | test_runner.h | 43 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()
|
| D | test_util.h | 68 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/ |
| D | class_composite.js | 20 location; field in A
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.cpp | 90 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()
|
| D | spill_fills_resolver.h | 50 LocationType location; member 90 LocationIndex Map(Location location) in Map()
|
| D | reg_alloc_stat.cpp | 30 auto location = interv->GetLocation(); in RegAllocStat() local
|
| D | reg_alloc_resolver.h | 66 …static inline void AddLocationToRoots(Location location, SaveStateInst *save_state, const Graph *g… in AddLocationToRoots()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 51 LocationType location; member 91 LocationIndex Map(Location location) in Map()
|
| D | spill_fills_resolver.cpp | 91 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()
|
| D | reg_alloc_stat.cpp | 31 auto location = interv->GetLocation(); in RegAllocStat() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.cpp | 43 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/ |
| D | locations.h | 247 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/ |
| D | pt_hooks_wrapper.h | 58 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()
|
| D | debugger.cpp | 71 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/ |
| D | thread_state.cpp | 100 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/ |
| D | baseptsbreakpointsetbreakpointid_fuzzer.cpp | 47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetBreakpointIdFuzzTest() local
|