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

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

Completed in 71 milliseconds