Home
last modified time | relevance | path

Searched defs:native_pc_offset (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dcheck_reference_map_visitor.h54 void CheckReferences(int* registers, int number_of_references, uint32_t native_pc_offset) in CheckReferences()
61 void CheckOptimizedMethod(int* registers, int number_of_references, uint32_t native_pc_offset) in CheckOptimizedMethod()
Dstack.cc116 uint32_t native_pc_offset = method_header->NativeQuickPcOffset(cur_quick_frame_pc_); in GetCurrentInlineInfo() local
273 uint32_t native_pc_offset = method_header->NativeQuickPcOffset(cur_quick_frame_pc_); in GetVRegFromOptimizedCode() local
800 uint32_t native_pc_offset = in WalkStack() local
Dquick_exception_handler.cc384 uintptr_t native_pc_offset = method_header->NativeQuickPcOffset(GetCurrentQuickFramePc()); in HandleOptimizingDeoptimization() local
Dstack_map.h810 …ALWAYS_INLINE void SetNativePcOffset(const StackMapEncoding& encoding, uint32_t native_pc_offset) { in SetNativePcOffset()
1228 StackMap GetStackMapForNativePcOffset(uint32_t native_pc_offset, in GetStackMapForNativePcOffset()
Dthread.cc2772 uintptr_t native_pc_offset = method_header->NativeQuickPcOffset(GetCurrentQuickFramePc()); in VisitQuickFrame() local
/art/compiler/optimizing/
Dstack_map_stream.h98 uint32_t native_pc_offset; member
143 void SetStackMapNativePcOffset(size_t i, uint32_t native_pc_offset) { in SetStackMapNativePcOffset()
Dstack_map_stream.cc21 uint32_t native_pc_offset, in BeginStackMapEntry()
/art/runtime/entrypoints/
Dentrypoint_utils.cc277 uintptr_t native_pc_offset = current_code->NativeQuickPcOffset(caller_pc); in GetCalleeSaveMethodCaller() local