Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 14 of 14) sorted by relevance

/art/runtime/arch/
Dcontext.h42 static uintptr_t* CalleeSaveAddress(uint8_t* frame, int num, size_t frame_size) { in CalleeSaveAddress()
/art/runtime/arch/mips64/
Dcontext_mips64.cc39 void Mips64Context::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) { in FillCalleeSaves()
/art/runtime/arch/arm64/
Dcontext_arm64.cc42 void Arm64Context::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) { in FillCalleeSaves()
/art/runtime/arch/mips/
Dcontext_mips.cc39 void MipsContext::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) { in FillCalleeSaves()
/art/runtime/arch/arm/
Dcontext_arm.cc40 void ArmContext::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) { in FillCalleeSaves()
/art/runtime/arch/x86_64/
Dcontext_x86_64.cc38 void X86_64Context::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) { in FillCalleeSaves()
/art/runtime/arch/x86/
Dcontext_x86.cc39 void X86Context::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) { in FillCalleeSaves()
/art/runtime/interpreter/
Dinterpreter_common.h65 static inline void DoMonitorEnter(Thread* self, ShadowFrame* frame, ObjPtr<mirror::Object> ref) in DoMonitorEnter()
77 static inline void DoMonitorExit(Thread* self, ShadowFrame* frame, ObjPtr<mirror::Object> ref) in DoMonitorExit()
89 static inline bool DoMonitorCheckOnExit(Thread* self, ShadowFrame* frame) in DoMonitorCheckOnExit()
/art/runtime/
Djni_env_ext.cc206 uintptr_t frame, in RemoveMonitors()
Dstack.h189 void SetLink(ShadowFrame* frame) { in SetLink()
567 ShadowFrame* frame = top_shadow_frame_; in PopShadowFrame() local
Dinstrumentation.cc209 const InstrumentationStackFrame& frame = in InstrumentationInstallStack() local
236 const InstrumentationStackFrame& frame = in InstrumentationInstallStack() local
Dquick_exception_handler.cc123 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(frame_id); in HandleTryItems() local
Ddebugger.cc3633 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(GetFrameId()); in VisitFrame() local
/art/runtime/hprof/
Dhprof.cc698 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces() local
736 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in WriteStackTraces() local
866 const gc::AllocRecordStackTraceElement* frame = &trace->GetStackElement(i); in PopulateAllocationTrackingTraces() local