Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.h58 void GetReturnValue(Thread* self, JValue* value) REQUIRES_SHARED(Locks::mutator_lock_);
Demulated_stack_frame.cc211 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame
/art/runtime/
Dinstrumentation.h530 JValue GetReturnValue(ArtMethod* method, bool* is_ref, uint64_t* gpr_result, uint64_t* fpr_result)
Dmethod_handles.cc421 sf->GetReturnValue(self, result); in MethodHandleInvokeTransform()
Dinstrumentation.cc1648 JValue Instrumentation::GetReturnValue(ArtMethod* method, in GetReturnValue() function in art::instrumentation::Instrumentation
Dthread.cc208 JValue GetReturnValue() const { return ret_val_; } in GetReturnValue() function in art::DeoptimizationContextRecord
293 result->SetJ(record->GetReturnValue().GetJ()); in PopDeoptimizationContext()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2573 JValue return_value = instr->GetReturnValue(method, &is_ref, gpr_result, fpr_result); in artMethodExitHook()
2606 JValue ret_val = instr->GetReturnValue(method, &is_ref, gpr_result, fpr_result); in artMethodExitHook()