| /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/dynamic/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/dynamic/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/toolchain/tooling/dynamic/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/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()
|
| /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() 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
|
| D | js_pt_location.h | 64 std::stringstream location; in ToString() local
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-export-decl/js/ |
| D | index.js | 20 location; field in A
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/resolve-dynamic-paths/js/ |
| D | index.js | 20 location; field in A
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_composite/js/ |
| D | index.js | 19 location; field in A
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/typecheck-decl/js/ |
| D | index.js | 20 location; field in A
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/check-extend-dynamic/js/ |
| D | index.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
|
| /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/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 58 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/ |
| D | thread_state.cpp | 177 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/ |
| D | thread_state.cpp | 178 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/ |
| 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() 543 …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()
|