Searched refs:GetReturnValue (Results 1 - 4 of 4) sorted by relevance

/art/runtime/mirror/
H A Demulated_stack_frame.h56 void GetReturnValue(Thread* self, JValue* value) REQUIRES_SHARED(Locks::mutator_lock_);
H A Demulated_stack_frame.cc231 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { function in class:art::mirror::EmulatedStackFrame
/art/runtime/
H A Dmethod_handles.cc617 sf->GetReturnValue(self, result);
H A Dthread.cc172 JValue GetReturnValue() const { return ret_val_; } function in class:art::DeoptimizationContextRecord
245 result->SetJ(record->GetReturnValue().GetJ());

Completed in 144 milliseconds