Lines Matching defs:shadow_frame
129 ShadowFrame& shadow_frame, in DoFastInvoke()
169 ShadowFrame& shadow_frame, in DoInvoke()
257 static inline bool DoInvokeVirtualQuick(Thread* self, ShadowFrame& shadow_frame, in DoInvokeVirtualQuick()
328 ShadowFrame& shadow_frame, in ResolveString()
353 static inline bool DoIntDivide(ShadowFrame& shadow_frame, size_t result_reg, in DoIntDivide()
371 static inline bool DoIntRemainder(ShadowFrame& shadow_frame, size_t result_reg, in DoIntRemainder()
389 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide()
409 static inline bool DoLongRemainder(ShadowFrame& shadow_frame, in DoLongRemainder()
435 static inline int32_t DoPackedSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoPackedSwitch()
463 static inline int32_t DoSparseSwitch(const Instruction* inst, const ShadowFrame& shadow_frame, in DoSparseSwitch()
515 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution()
547 static inline void AssignRegister(ShadowFrame* new_shadow_frame, const ShadowFrame& shadow_frame, in AssignRegister()