| /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/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/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 | 37 std::unique_ptr<PtJson> location = locations_[i]->ToJson(); in ToJson() local 53 std::unique_ptr<PtJson> location = locations_[i]->ToJson(); in ToJson() local 83 std::unique_ptr<PtJson> location = locations_[i]->ToJson(); in ToJson() local 111 std::unique_ptr<PtJson> location = callFrames_[i]->ToJson(); in ToJson() local 164 std::unique_ptr<PtJson> location = callFrames_.value()[i]->ToJson(); in ToJson() local 188 std::unique_ptr<PtJson> location = result_[i]->ToJson(); in ToJson() local 197 std::unique_ptr<PtJson> location = internalPropertyDescripties_.value()[i]->ToJson(); in ToJson() local 207 std::unique_ptr<PtJson> location = privateProperties_.value()[i]->ToJson(); in ToJson() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_codegen_extensions.cpp | 39 auto location = callInst->GetLocation(0); in LaunchCallCodegen() local 51 auto location = callInst->GetLocation(0); in LaunchCallCodegen() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 30 bool JSDebugger::SetBreakpoint(const JSPtLocation &location, Local<FunctionRef> condFuncRef) in SetBreakpoint() 54 bool JSDebugger::RemoveBreakpoint(const JSPtLocation &location) in RemoveBreakpoint() 112 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset, in HandleBreakpoint() local 135 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleDebuggerStmt() local 158 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/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/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 | 91 static void MarkRegWrite(Location location, ArenaVector<bool> *reg_write, bool paired, size_t offse… in MarkRegWrite() 101 static bool IsRegWrite(Location location, ArenaVector<bool> *reg_write, bool paired, size_t offset) in IsRegWrite() 108 static void MarkStackWrite(Location location, ArenaVector<bool> *stack_write, size_t offset) in MarkStackWrite() 115 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 | 31 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/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/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()
|
| /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/ets_frontend/ets2panda/linter-4.2/test/ |
| D | definite_assignment.ts | 44 location: string = ""; property in Person
|
| D | record_type.ts | 74 location: string = "" property in Person
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | record_type.ts | 74 location: string = "" property in Person
|
| D | definite_assignment.ts | 44 location: string = "" property in Person
|
| /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()
|