HomeSort by relevance Sort by last modified time
    Searched refs:native_pc_code_offset (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
stack_map_stream.h 113 CodeOffset native_pc_code_offset; member in struct:art::StackMapStream::StackMapEntry
163 stack_maps_[i].native_pc_code_offset =
stack_map_stream.cc 36 current_entry_.native_pc_code_offset = CodeOffset::FromOffset(native_pc_offset, instruction_set_);
152 max_native_pc_offset = std::max(max_native_pc_offset, entry.native_pc_code_offset);
239 native_pc_max = std::max(native_pc_max, entry.native_pc_code_offset.CompressedValue());
365 stack_map.SetNativePcCodeOffset(encoding.stack_map.encoding, entry.native_pc_code_offset);
376 invoke_info.SetNativePcCodeOffset(encoding.invoke_info.encoding, entry.native_pc_code_offset);
624 entry.native_pc_code_offset.Uint32Value(instruction_set_));
644 entry.native_pc_code_offset.Uint32Value(instruction_set_));
    [all...]
code_generator.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 364 milliseconds