HomeSort by relevance Sort by last modified time
    Searched defs:func_offset (Results 1 - 4 of 4) sorted by null

  /system/core/include/backtrace/
Backtrace.h 44 uintptr_t func_offset; // pc relative to the start of the function, only valid if func_name is not NULL. member in struct:backtrace_frame_data_t
  /art/compiler/dex/quick/arm/
call_arm.cc 419 ThreadOffset<4> func_offset = QUICK_ENTRYPOINT_OFFSET(4, pThrowStackOverflow); local
423 m2l_->LoadWordDisp(rs_rARM_SELF, func_offset.Int32Value(), rs_rARM_PC);
  /art/compiler/dex/quick/arm64/
call_arm64.cc 386 ThreadOffset<8> func_offset = QUICK_ENTRYPOINT_OFFSET(8, pThrowStackOverflow); local
388 m2l_->LoadWordDisp(rs_xSELF, func_offset.Int32Value(), rs_xIP0);
  /external/lldb/source/Symbol/
Block.cpp 299 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); local
300 if (addr_offset >= func_offset && addr_offset < func_offset + func_range.GetByteSize())
302 addr_t offset = addr_offset - func_offset;
309 range.GetBaseAddress().SetOffset(func_offset + range_ptr->GetRangeBase());
340 const addr_t func_offset = func_range.GetBaseAddress().GetOffset(); local
341 if (addr_offset >= func_offset && addr_offset < func_offset + func_range.GetByteSize())
343 addr_t offset = addr_offset - func_offset;

Completed in 313 milliseconds