Searched refs:SetReturnValue (Results 1 – 3 of 3) sorted by relevance
60 void SetReturnValue(Thread* self, const JValue& value) REQUIRES_SHARED(Locks::mutator_lock_);
256 void EmulatedStackFrame::SetReturnValue(Thread* self, const JValue& value) { in SetReturnValue() function in art::mirror::EmulatedStackFrame
539 emulated_stack_frame->SetReturnValue(self, local_result); in MethodHandleInvokeMethod()