| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | locations_builder.cpp | 73 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/ |
| D | thread_state.cpp | 55 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()
|
| D | debuggable_thread.cpp | 44 void DebuggableThread::ContinueTo(std::unordered_set<PtLocation, HashLocation> locations) in ContinueTo() 51 void DebuggableThread::StepInto(std::unordered_set<PtLocation, HashLocation> locations) in StepInto() 58 void DebuggableThread::StepOver(std::unordered_set<PtLocation, HashLocation> locations) in StepOver() 90 BreakpointId DebuggableThread::SetBreakpoint(const std::vector<PtLocation> &locations) in SetBreakpoint()
|
| D | debug_info_cache.cpp | 59 std::unordered_set<PtLocation, HashLocation> locations; in GetCurrentLineLocations() local 90 std::unordered_set<PtLocation, HashLocation> locations; in GetContinueToLocations() local 124 std::vector<PtLocation> locations; in GetBreakpointLocations() local
|
| D | inspector_server.cpp | 405 …lt.AddProperty("locations", [this, lineNumber, &sourceFiles, thread](JsonArrayBuilder &locations) { in OnCallDebuggerSetBreakpointByUrl() 585 void InspectorServer::AddBreakpointByUrlLocations(JsonArrayBuilder &locations, in AddBreakpointByUrlLocations()
|
| D | inspector.cpp | 251 …auto locations = debugInfoCache_.GetBreakpointLocations(sourceFilesFilter, lineNumber, sourceFiles… in SetBreakpoint() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.h | 70 …it SetBreakpointByUrlReturns(const std::string &id, std::vector<std::unique_ptr<Location>> locatio… in SetBreakpointByUrlReturns() 88 …licit GetPossibleAndSetBreakpointByUrlReturns(std::vector<std::shared_ptr<BreakpointReturnInfo>> l… in GetPossibleAndSetBreakpointByUrlReturns() 123 explicit GetPossibleBreakpointsReturns(std::vector<std::unique_ptr<BreakLocation>> locations) in GetPossibleBreakpointsReturns()
|
| D | pt_script.h | 110 void SetLocations(std::vector<std::shared_ptr<BreakpointReturnInfo>> locations) in SetLocations()
|
| D | pt_events.h | 811 ScriptParsed &SetLocations(std::vector<std::shared_ptr<BreakpointReturnInfo>> locations) in SetLocations()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_step_into_test.h | 114 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
|
| D | js_step_out_test.h | 110 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
|
| D | js_step_over_test.h | 114 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
|
| D | js_special_location_breakpoint_test.h | 87 std::unique_ptr<PtJson> locations = nullptr; in RecvBreakpointInfo() local
|
| D | js_dropframe_test.h | 383 void SetJSPtLocation(size_t *arr, size_t number, std::vector<JSPtLocation> &locations) in SetJSPtLocation()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_script_test.cpp | 113 std::vector<std::shared_ptr<BreakpointReturnInfo>> locations {}; in HWTEST_F_L0() local
|
| D | debugger_returns_test.cpp | 77 auto locations = std::vector<std::unique_ptr<Location>>(); in HWTEST_F_L0() local 118 auto locations = std::vector<std::unique_ptr<BreakLocation>>(); in HWTEST_F_L0() local 420 auto locations = std::vector<std::shared_ptr<BreakpointReturnInfo>>(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_saver.cpp | 243 const PandaSet<PandaString> &locations = it.second; in TranverseAndCacheResolvedClassAndMethods() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | inspector_server.cpp | 248 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> locations; in __anon8a42feb10d02() local 306 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> locations; in TEST_F() local 469 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> locations; in TEST_F() local
|
| /arkcompiler/toolchain/tooling/client/domain/ |
| D | debugger_client.cpp | 449 std::unique_ptr<PtJson> locations = PtJson::CreateObject(); in SaveAllPossibleBreakpointsCommand() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| D | llvm_stackmap_type.h | 173 std::vector<struct LocationTy> locations; member
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_graph_test.cpp | 313 Location locations(Location::Kind::STACK_PARAMETER, 2); // 2: random number variable
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph.cpp | 537 …[[maybe_unused]] LocationsInfo *locations = GetAllocator()->New<LocationsInfo>(GetAllocator(), ins… in InitDefaultLocations() local
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 204 auto locations = paoc_->paocOptions_->GetPaocBootPandaLocations(); in ValidateCompilerOptions() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.cpp | 781 …[[maybe_unused]] LocationsInfo *locations = GetAllocator()->New<LocationsInfo>(GetAllocator(), ins… in InitDefaultLocations() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 705 std::vector<std::unique_ptr<BreakLocation>> locations; in GetPossibleBreakpoints() local 1185 … std::vector<std::unique_ptr<BreakLocation>> *locations) in GetPossibleBreakpoints()
|