Searched defs:native_pc (Results 1 – 4 of 4) sorted by relevance
50 T native_pc; member69 T native_pc, in AddStackMapEntry()
49 uintptr_t native_pc; member
152 void SetNativePc(T native_pc) { in SetNativePc()278 StackMap<T> GetStackMapForNativePc(T native_pc) { in GetStackMapForNativePc()
755 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(quick_code) + in DumpGcMap() local