Home
last modified time | relevance | path

Searched refs:native_pc_code_offset (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.h114 CodeOffset native_pc_code_offset; member
164 stack_maps_[i].native_pc_code_offset = in SetStackMapNativePcOffset()
Dstack_map_stream.cc36 current_entry_.native_pc_code_offset = CodeOffset::FromOffset(native_pc_offset, instruction_set_); in BeginStackMapEntry()
143 max_native_pc_offset = std::max(max_native_pc_offset, entry.native_pc_code_offset); in ComputeMaxNativePcCodeOffset()
230 native_pc_max = std::max(native_pc_max, entry.native_pc_code_offset.CompressedValue()); in ComputeInvokeInfoEncoding()
356 stack_map.SetNativePcCodeOffset(encoding.stack_map.encoding, entry.native_pc_code_offset); in FillInCodeInfo()
367 invoke_info.SetNativePcCodeOffset(encoding.invoke_info.encoding, entry.native_pc_code_offset); in FillInCodeInfo()
615 entry.native_pc_code_offset.Uint32Value(instruction_set_)); in CheckCodeInfo()
635 entry.native_pc_code_offset.Uint32Value(instruction_set_)); in CheckCodeInfo()
Dcode_generator.cc867 DCHECK_NE(stack_map_stream_.GetStackMap(number_of_stack_maps - 1).native_pc_code_offset, in RecordPcInfo()
868 stack_map_stream_.GetStackMap(number_of_stack_maps - 2).native_pc_code_offset); in RecordPcInfo()
879 CodeOffset native_pc_offset = stack_map_stream_.GetStackMap(count - 1).native_pc_code_offset; in HasStackMapAtCurrentPc()
Dcode_generator_mips64.cc989 stack_map_stream_.GetStackMap(i).native_pc_code_offset.Uint32Value(kMips64); in Finalize()
Dcode_generator_arm.cc1985 stack_map_stream_.GetStackMap(i).native_pc_code_offset.Uint32Value(kThumb2); in Finalize()
Dcode_generator_mips.cc1048 stack_map_stream_.GetStackMap(i).native_pc_code_offset.Uint32Value(kMips); in Finalize()