HomeSort by relevance Sort by last modified time
    Searched refs:native_pc_offset (Results 1 - 3 of 3) sorted by null

  /art/runtime/
gc_map.h 56 bool HasEntry(uintptr_t native_pc_offset) {
58 if (GetNativePcOffset(i) == native_pc_offset) {
66 const uint8_t* FindBitMap(uintptr_t native_pc_offset) {
68 size_t index = Hash(native_pc_offset) % num_entries;
70 while (GetNativePcOffset(index) != native_pc_offset) {
73 DCHECK_LT(misses, num_entries) << "Failed to find offset: " << native_pc_offset;
thread.cc 2120 uintptr_t native_pc_offset = m->NativePcOffset(GetCurrentQuickFramePc(), entry_point); local
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 1009 milliseconds