Searched refs:native_pc (Results 1 – 5 of 5) sorted by relevance
50 T native_pc; member69 T native_pc, in AddStackMapEntry() argument76 entry.native_pc = native_pc; in AddStackMapEntry()160 stack_map.SetNativePc(entry.native_pc); in FillIn()
283 uint32_t native_offset = pc_infos_.Get(i).native_pc; in BuildNativeGCMap()292 uint32_t native_offset = pc_info.native_pc; in BuildNativeGCMap()311 pc2dex_data_size += UnsignedLeb128Size(pc_info.native_pc - pc2dex_offset); in BuildMappingTable()313 pc2dex_offset = pc_info.native_pc; in BuildMappingTable()333 DCHECK(pc2dex_offset <= pc_info.native_pc); in BuildMappingTable()334 write_pos = EncodeUnsignedLeb128(write_pos, pc_info.native_pc - pc2dex_offset); in BuildMappingTable()336 pc2dex_offset = pc_info.native_pc; in BuildMappingTable()351 CHECK_EQ(pc_info.native_pc, it.NativePcOffset()); in BuildMappingTable()
49 uintptr_t native_pc; member119 pc_info.native_pc = GetAssembler()->CodeSize(); in RecordPcInfo()
152 void SetNativePc(T native_pc) { in SetNativePc() argument153 return region_.Store<T>(kNativePcOffset, native_pc); in SetNativePc()278 StackMap<T> GetStackMapForNativePc(T native_pc) { in GetStackMapForNativePc() argument282 if (stack_map.GetNativePc() == native_pc) { in GetStackMapForNativePc()
755 const uint8_t* native_pc = reinterpret_cast<const uint8_t*>(quick_code) + in DumpGcMap() local757 os << StringPrintf("%p", native_pc); in DumpGcMap()