Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.h113 CodeOffset native_pc_code_offset; member
163 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()
152 max_native_pc_offset = std::max(max_native_pc_offset, entry.native_pc_code_offset); in ComputeMaxNativePcCodeOffset()
239 native_pc_max = std::max(native_pc_max, entry.native_pc_code_offset.CompressedValue()); in ComputeInvokeInfoEncoding()
365 stack_map.SetNativePcCodeOffset(encoding.stack_map.encoding, entry.native_pc_code_offset); in FillInCodeInfo()
376 invoke_info.SetNativePcCodeOffset(encoding.invoke_info.encoding, entry.native_pc_code_offset); in FillInCodeInfo()
624 entry.native_pc_code_offset.Uint32Value(instruction_set_)); in CheckCodeInfo()
644 entry.native_pc_code_offset.Uint32Value(instruction_set_)); in CheckCodeInfo()
Dcode_generator.cc1070 DCHECK_NE(stack_map_stream->GetStackMap(number_of_stack_maps - 1).native_pc_code_offset, in RecordPcInfo()
1071 stack_map_stream->GetStackMap(number_of_stack_maps - 2).native_pc_code_offset); in RecordPcInfo()
1083 CodeOffset native_pc_offset = stack_map_stream->GetStackMap(count - 1).native_pc_code_offset; in HasStackMapAtCurrentPc()