Lines Matching defs:shadow_frame
96 bool DoFieldGet(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldGet()
274 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) in GetFieldValue()
308 bool DoFieldPut(Thread* self, const ShadowFrame& shadow_frame, const Instruction* inst, in DoFieldPut()
531 void UnexpectedOpcode(const Instruction* inst, const ShadowFrame& shadow_frame) { in UnexpectedOpcode()
580 ShadowFrame* shadow_frame, in ArtInterpreterToCompiledCodeBridge()
624 void SetStringInitValueToAllAliases(ShadowFrame* shadow_frame, in SetStringInitValueToAllAliases()
650 ShadowFrame& shadow_frame, in DoMethodHandleInvokeCommon()
750 ShadowFrame& shadow_frame, in DoMethodHandleInvokeExact()
767 ShadowFrame& shadow_frame, in DoMethodHandleInvoke()
784 ShadowFrame& shadow_frame, in DoVarHandleInvokeCommon()
1216 ShadowFrame& shadow_frame, in InvokeBootstrapMethod()
1425 ShadowFrame& shadow_frame, in DoResolveCallSite()
1455 ShadowFrame& shadow_frame, in DoInvokeCustom()
1489 static inline void AssignRegister(ShadowFrame* new_shadow_frame, const ShadowFrame& shadow_frame, in AssignRegister()
1532 ShadowFrame& shadow_frame, in DoCallCommon()
1740 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
1764 const ShadowFrame& shadow_frame, in DoFilledNewArray()