Searched refs:GetBreakpointAddressWrapper (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 248 static std::pair<File::EntityId, uint32_t> GetBreakpointAddressWrapper(const DebugInfoExtractor &ex… in GetBreakpointAddressWrapper() function 343 …auto breakpoint1Address = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, … in TEST_F() 345 …auto [method_id, bytecode_offset] = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOU… in TEST_F() 367 …auto breakpoint1Address = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, … in TEST_F() 370 …auto methodId = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 14U}).firs… in TEST_F() 384 …auto breakpoint1Address = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, … in TEST_F() 387 …auto methodId = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 16U}).firs… in TEST_F()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 242 static std::pair<File::EntityId, uint32_t> GetBreakpointAddressWrapper(DebugInfoExtractor extractor, in GetBreakpointAddressWrapper() function 333 …auto breakpoint1_address = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE,… 335 …auto [method_id, bytecode_offset] = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOU… 357 …auto breakpoint1_address = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE,… 359 …auto method_id = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 14}).firs… 372 …auto breakpoint1_address = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE,… 374 …auto method_id = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 16}).firs…
|