Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.h55 void GetReturnValue(Thread* self, JValue* value) REQUIRES_SHARED(Locks::mutator_lock_);
Demulated_stack_frame.cc232 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame
/art/runtime/
Dmethod_handles.cc625 sf->GetReturnValue(self, result); in MethodHandleInvokeTransform()
Dthread.cc203 JValue GetReturnValue() const { return ret_val_; } in GetReturnValue() function in art::DeoptimizationContextRecord
285 result->SetJ(record->GetReturnValue().GetJ()); in PopDeoptimizationContext()