Searched refs:ret_val (Results 1 – 6 of 6) sorted by relevance
42 JValue* ret_val)
494 void EnterInterpreterFromDeoptimize(Thread* self, ShadowFrame* shadow_frame, JValue* ret_val) in EnterInterpreterFromDeoptimize() argument497 …value.SetJ(ret_val->GetJ()); // Set value to last known result in case the shadow frame chain is … in EnterInterpreterFromDeoptimize()524 ret_val->SetJ(value.GetJ()); in EnterInterpreterFromDeoptimize()
279 RegStorage ret_val = RegStorage(RegStorage::k32BitSolo, in As32BitReg() local283 ret_val.GetReg()); in As32BitReg()284 return ret_val; in As32BitReg()315 RegStorage ret_val = RegStorage(RegStorage::k64BitSolo, in As64BitReg() local319 ret_val.GetReg()); in As64BitReg()320 return ret_val; in As64BitReg()
384 RegStorage ret_val = RegStorage(RegStorage::k32BitSolo, in As32BitReg() local388 ret_val.GetReg()); in As32BitReg()389 return ret_val; in As32BitReg()402 RegStorage ret_val = RegStorage(RegStorage::k64BitSolo, in As64BitReg() local406 ret_val.GetReg()); in As64BitReg()407 return ret_val; in As64BitReg()
720 void SetDeoptimizationReturnValue(const JValue& ret_val);722 ShadowFrame* GetAndClearDeoptimizationShadowFrame(JValue* ret_val);
114 void Thread::SetDeoptimizationReturnValue(const JValue& ret_val) { in SetDeoptimizationReturnValue() argument115 tls64_.deoptimization_return_value.SetJ(ret_val.GetJ()); in SetDeoptimizationReturnValue()118 ShadowFrame* Thread::GetAndClearDeoptimizationShadowFrame(JValue* ret_val) { in GetAndClearDeoptimizationShadowFrame() argument121 ret_val->SetJ(tls64_.deoptimization_return_value.GetJ()); in GetAndClearDeoptimizationShadowFrame()