Home
last modified time | relevance | path

Searched defs:locations (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlocations_builder.cpp73 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
107 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
181 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
209 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
228 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
264 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
314 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
329 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
345 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
363 LocationsInfo *locations = allocator->New<LocationsInfo>(allocator, inst); in LOCATIONS_BUILDER() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dthread_state.cpp55 void ThreadState::ContinueTo(std::unordered_set<PtLocation, HashLocation> locations) in ContinueTo()
62 void ThreadState::StepInto(std::unordered_set<PtLocation, HashLocation> locations) in StepInto()
70 void ThreadState::StepOver(std::unordered_set<PtLocation, HashLocation> locations) in StepOver()
97 BreakpointId ThreadState::SetBreakpoint(const std::vector<PtLocation> &locations) in SetBreakpoint()
Ddebuggable_thread.cpp55 void DebuggableThread::ContinueTo(std::unordered_set<PtLocation, HashLocation> locations) in ContinueTo()
62 void DebuggableThread::StepInto(std::unordered_set<PtLocation, HashLocation> locations) in StepInto()
69 void DebuggableThread::StepOver(std::unordered_set<PtLocation, HashLocation> locations) in StepOver()
101 BreakpointId DebuggableThread::SetBreakpoint(const std::vector<PtLocation> &locations) in SetBreakpoint()
Ddebug_info_cache.cpp57 std::unordered_set<PtLocation, HashLocation> locations; in GetCurrentLineLocations() local
88 std::unordered_set<PtLocation, HashLocation> locations; in GetContinueToLocations() local
122 std::vector<PtLocation> locations; in GetBreakpointLocations() local
Dinspector_server.cpp399 …lt.AddProperty("locations", [this, lineNumber, &sourceFiles, thread](JsonArrayBuilder &locations) { in OnCallDebuggerSetBreakpointByUrl()
586 void InspectorServer::AddBreakpointByUrlLocations(JsonArrayBuilder &locations, in AddBreakpointByUrlLocations()
Dinspector.cpp248 …auto locations = debugInfoCache_.GetBreakpointLocations(sourceFilesFilter, lineNumber, sourceFiles… in SetBreakpoint() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h53 …it SetBreakpointByUrlReturns(const std::string &id, std::vector<std::unique_ptr<Location>> locatio… in SetBreakpointByUrlReturns()
71 …licit GetPossibleAndSetBreakpointByUrlReturns(std::vector<std::unique_ptr<BreakpointReturnInfo>> l… in GetPossibleAndSetBreakpointByUrlReturns()
106 explicit GetPossibleBreakpointsReturns(std::vector<std::unique_ptr<BreakLocation>> locations) in GetPossibleBreakpointsReturns()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_step_over_test.h114 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
Djs_step_into_test.h114 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
Djs_step_out_test.h110 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
Djs_dropframe_test.h383 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp76 auto locations = std::vector<std::unique_ptr<Location>>(); in HWTEST_F_L0() local
117 auto locations = std::vector<std::unique_ptr<BreakLocation>>(); in HWTEST_F_L0() local
419 auto locations = std::vector<std::unique_ptr<BreakpointReturnInfo>>(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.cpp238 const PandaSet<PandaString> &locations = it.second; in TranverseAndCacheResolvedClassAndMethods() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp252 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> locations; in __anond6c00cd00d02() local
308 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> locations; in TEST_F() local
481 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> locations; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h173 std::vector<struct LocationTy> locations; member
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp536 …[[maybe_unused]] LocationsInfo *locations = GetAllocator()->New<LocationsInfo>(GetAllocator(), ins… in InitDefaultLocations() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp313 Location locations(Location::Kind::STACK_PARAMETER, 2); // 2: random number variable
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp197 auto locations = paoc_->paocOptions_->GetPaocBootPandaLocations(); in ValidateCompilerOptions() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp772 …[[maybe_unused]] LocationsInfo *locations = GetAllocator()->New<LocationsInfo>(GetAllocator(), ins… in InitDefaultLocations() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp458 std::vector<std::unique_ptr<BreakLocation>> locations; in GetPossibleBreakpoints() local
864std::vector<std::unique_ptr<BreakLocation>> *locations) in GetPossibleBreakpoints()