Home
last modified time | relevance | path

Searched refs:PC_high (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Delf_file.cc1562 uint32_t* PC_high = reinterpret_cast<uint32_t*>(iter->GetPointerToField(DW_AT_high_pc)); in FixupDebugInfo() local
1563 if (PC_low != nullptr && PC_high != nullptr) { in FixupDebugInfo()
1565 *PC_high += text_start; in FixupDebugInfo()