Home | History | Annotate | Download | only in runtime

Lines Matching refs:jvalue

168   DeoptimizationContextRecord(const JValue& ret_val,
179 JValue GetReturnValue() const { return ret_val_; }
194 JValue ret_val_;
233 void Thread::PushDeoptimizationContext(const JValue& return_value,
246 void Thread::PopDeoptimizationContext(JValue* result,
2354 jvalue jv_args[2];
2601 JValue(), /*is_reference */ false, /* from_code */ false, exception);
3014 void Thread::DeoptimizeWithDeoptimizationException(JValue* result) {