Searched refs:SetReturnValue (Results 1 – 3 of 3) sorted by relevance
61 void SetReturnValue(Thread* self, const JValue& value) REQUIRES_SHARED(Locks::mutator_lock_);
235 void EmulatedStackFrame::SetReturnValue(Thread* self, const JValue& value) { in SetReturnValue() function in art::mirror::EmulatedStackFrame
939 emulated_frame->SetReturnValue(self, result); in MethodHandleInvokeExactWithFrame()