Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/backend/
Djs_pt_hooks.cpp21 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/
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()
Dtest_extractor.cpp44 SourceLocation location {file, 0, 0}; in GetSourceLocation() local
/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()
DassemblyRecordProto.cpp36 const auto &location = record.file_location; in Serialize() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.cpp37 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
Dpt_returns.h172 explicit SetBreakpointReturns(const std::string &id, std::unique_ptr<Location> location) in SetBreakpointReturns()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypes2.ts75 location: Point; property
82 location?: Point; property
89 readonly location: Point; property
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp29 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
Djs_pt_location.h64 std::stringstream location; in ToString() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h50 LocationType location; member
90 LocationIndex Map(Location location) in Map()
Dspill_fills_resolver.cpp91 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()
Dreg_alloc_stat.cpp31 auto location = interv->GetLocation(); in RegAllocStat() local
Dreg_alloc_resolver.h66 …static inline void AddLocationToRoots(Location location, SaveStateInst *save_state, const Graph *g… in AddLocationToRoots()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetbreakpointid_fuzzer/
Dbaseptsbreakpointsetbreakpointid_fuzzer.cpp47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetBreakpointIdFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/base/ptevents/breakpointresolved/baseptsbreakpointsetlocation_fuzzer/
Dbaseptsbreakpointsetlocation_fuzzer.cpp47 auto location = std::make_unique<Location>(); in BasePtsBreakpointSetLocationFuzzTest() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h241 void SetLocation(size_t index, Location location) in SetLocation()
246 void SetDstLocation(Location location) in SetDstLocation()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_step_into_test.h113 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation() local
Djs_dropframe_test.h303 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp77 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
Ddebugger_events_test.cpp67 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/
Ddebugger_impl.cpp114 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/
Dfile.cpp114 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()

12