| /arkcompiler/toolchain/tooling/backend/ |
| D | js_pt_hooks.cpp | 21 void JSPtHooks::DebuggerStmt(const JSPtLocation &location) in DebuggerStmt() 29 void JSPtHooks::Breakpoint(const JSPtLocation &location) in Breakpoint() 38 void JSPtHooks::Exception([[maybe_unused]] const JSPtLocation &location) in Exception() 46 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()
|
| D | test_extractor.cpp | 44 SourceLocation location {file, 0, 0}; in GetSourceLocation() local
|
| /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()
|
| D | assemblyRecordProto.cpp | 36 const auto &location = record.file_location; in Serialize() local
|
| /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
|
| D | pt_returns.h | 172 explicit SetBreakpointReturns(const std::string &id, std::unique_ptr<Location> location) in SetBreakpointReturns()
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | mappedTypes2.ts | 75 location: Point; property 82 location?: Point; property 89 readonly location: Point; property
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger.cpp | 29 bool JSDebugger::SetBreakpoint(const JSPtLocation &location, Local<FunctionRef> condFuncRef) in SetBreakpoint() 53 bool JSDebugger::RemoveBreakpoint(const JSPtLocation &location) in RemoveBreakpoint() 112 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset, in HandleBreakpoint() local 125 JSPtLocation location {method->GetJSPandaFile(), method->GetMethodId(), bcOffset}; in HandleDebuggerStmt() local 148 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/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 50 LocationType location; member 90 LocationIndex Map(Location location) in Map()
|
| 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 | reg_alloc_stat.cpp | 31 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/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetbreakpointid_fuzzer/ |
| D | baseptsbreakpointsetbreakpointid_fuzzer.cpp | 47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetBreakpointIdFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/ |
| D | baseptsbreakpointsetlocation_fuzzer.cpp | 47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetLocationFuzzTest() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.h | 241 void SetLocation(size_t index, Location location) in SetLocation() 246 void SetDstLocation(Location location) in SetDstLocation()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_step_into_test.h | 113 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation() local
|
| D | js_dropframe_test.h | 303 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_returns_test.cpp | 77 std::unique_ptr<Location> location = std::make_unique<Location>(); in HWTEST_F_L0() local 149 std::unique_ptr<Location> location = std::make_unique<Location>(); in HWTEST_F_L0() local 170 std::unique_ptr<Location> location = std::make_unique<Location>(); in HWTEST_F_L0() local 199 std::unique_ptr<Location> location = std::make_unique<Location>(); in HWTEST_F_L0() local
|
| D | debugger_events_test.cpp | 67 auto location = std::make_unique<Location>(); in HWTEST_F_L0() local 298 auto location = std::make_unique<Location>(); in HWTEST_F_L0() local 336 auto location = std::make_unique<Location>(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 114 bool DebuggerImpl::NotifySingleStep(const JSPtLocation &location) in NotifySingleStep() 144 bool DebuggerImpl::IsSkipLine(const JSPtLocation &location) in IsSkipLine() 186 void DebuggerImpl::NotifyPaused(std::optional<JSPtLocation> location, PauseReason reason) in NotifyPaused() 691 std::unique_ptr<BreakLocation> location = std::make_unique<BreakLocation>(); in GetPossibleBreakpoints() local 739 auto callbackFunc = [this](const JSPtLocation &location) -> bool { in RemoveBreakpoint() 799 auto callbackFunc = [this, &condition](const JSPtLocation &location) -> bool { in SetBreakpointByUrl() 825 std::unique_ptr<Location> location = std::make_unique<Location>(); in SetBreakpointByUrl() local 897 auto matchLocationCbFunc = [this, &funcRef](const JSPtLocation &location) -> bool { in ProcessSingleBreakpoint() 1109 std::unique_ptr<Location> location = std::make_unique<Location>(); in GenerateCallFrame() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file.cpp | 114 std::unique_ptr<const File> OpenPandaFileOrZip(std::string_view location, panda_file::File::OpenMod… in OpenPandaFileOrZip() 136 …nst panda_file::File> OpenPandaFileFromZipFile(ZipArchiveHandle &handle, std::string_view location, in OpenPandaFileFromZipFile() 175 …onst panda_file::File> HandleArchive(ZipArchiveHandle &handle, FILE *fp, std::string_view location, in HandleArchive() 191 std::unique_ptr<const panda_file::File> OpenPandaFile(std::string_view location, std::string_view a… in OpenPandaFile()
|