Searched refs:GetReturnValue (Results 1 - 4 of 4) sorted by relevance
/art/runtime/mirror/ | ||
H A D | emulated_stack_frame.h | 56 void GetReturnValue(Thread* self, JValue* value) REQUIRES_SHARED(Locks::mutator_lock_); |
H A D | emulated_stack_frame.cc | 231 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { function in class:art::mirror::EmulatedStackFrame |
/art/runtime/ | ||
H A D | method_handles.cc | 617 sf->GetReturnValue(self, result); |
H A D | thread.cc | 172 JValue GetReturnValue() const { return ret_val_; } function in class:art::DeoptimizationContextRecord 245 result->SetJ(record->GetReturnValue().GetJ()); |
Completed in 144 milliseconds