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

  /art/runtime/
check_reference_map_visitor.h 57 void CheckReferences(int* registers, int number_of_references, uint32_t native_pc_offset)
60 CheckOptimizedMethod(registers, number_of_references, native_pc_offset);
64 void CheckOptimizedMethod(int* registers, int number_of_references, uint32_t native_pc_offset)
69 StackMap stack_map = code_info.GetStackMapForNativePcOffset(native_pc_offset, encoding);
stack.cc 81 uint32_t native_pc_offset = method_header->NativeQuickPcOffset(cur_quick_frame_pc); local
84 StackMap stack_map = code_info.GetStackMapForNativePcOffset(native_pc_offset, encoding);
235 uint32_t native_pc_offset = method_header->NativeQuickPcOffset(cur_quick_frame_pc_); local
236 StackMap stack_map = code_info.GetStackMapForNativePcOffset(native_pc_offset, encoding);
835 uint32_t native_pc_offset = local
    [all...]
stack_map.h 800 * [native_pc_offset, dex_pc, dex_register_map_offset, inlining_info_index, register_mask_index,
    [all...]
quick_exception_handler.cc 269 << "native_pc_offset=" << stack_visitor->GetNativePcOffset() << ")";
408 uintptr_t native_pc_offset = method_header->NativeQuickPcOffset(GetCurrentQuickFramePc()); local
410 StackMap stack_map = code_info.GetStackMapForNativePcOffset(native_pc_offset, encoding);
thread.cc 3560 uintptr_t native_pc_offset = method_header->NativeQuickPcOffset(GetCurrentQuickFramePc()); local
    [all...]
  /art/compiler/optimizing/
stack_map_stream.h 137 uint32_t native_pc_offset,
162 void SetStackMapNativePcOffset(size_t i, uint32_t native_pc_offset) {
164 CodeOffset::FromOffset(native_pc_offset, instruction_set_);
stack_map_stream.cc 29 uint32_t native_pc_offset,
36 current_entry_.native_pc_code_offset = CodeOffset::FromOffset(native_pc_offset, instruction_set_);
    [all...]
code_generator.cc 1083 CodeOffset native_pc_offset = stack_map_stream->GetStackMap(count - 1).native_pc_code_offset; local
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 203 uintptr_t native_pc_offset = current_code->NativeQuickPcOffset(caller_pc); local
207 StackMap stack_map = code_info.GetStackMapForNativePcOffset(native_pc_offset, encoding);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 1230 uintptr_t native_pc_offset = current_code->NativeQuickPcOffset(caller_pc); local
    [all...]

Completed in 282 milliseconds