/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;
|
/system/core/libbacktrace/ |
UnwindCurrent.cpp | 139 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); 143 frame->func_offset = 0;
|
UnwindPtrace.cpp | 107 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset);
|
BacktraceImpl.cpp | 116 if (!frame->func_name.empty() && frame->func_offset) { 119 frame->func_name.c_str(), frame->func_offset);
|
backtrace_test.cpp | 701 frame.func_offset = 0; 749 frame.func_offset = 645;
|
/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/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);
|
/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/runtime/ |
utils.cc | 1099 if (it->func_offset != 0) { 1100 os << "+" << it->func_offset; [all...] |
/external/chromium_org/third_party/lcov/bin/ |
genhtml | 112 our $func_offset = 2; [all...] |