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

  /art/compiler/optimizing/
code_generator.h 49 uintptr_t native_pc; member in struct:art::PcInfo
119 pc_info.native_pc = GetAssembler()->CodeSize();
stack_map_stream.h 50 T native_pc; member in struct:art::StackMapStream::StackMapEntry
69 T native_pc,
76 entry.native_pc = native_pc;
160 stack_map.SetNativePc(entry.native_pc);
  /art/oatdump/
oatdump.cc 755 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(quick_code) + local
757 os << StringPrintf("%p", native_pc);
    [all...]

Completed in 320 milliseconds