Searched refs:GetReturnValue (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | emulated_stack_frame.h | 58 void GetReturnValue(Thread* self, JValue* value) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | emulated_stack_frame.cc | 211 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame
|
/art/runtime/ |
D | instrumentation.h | 530 JValue GetReturnValue(ArtMethod* method, bool* is_ref, uint64_t* gpr_result, uint64_t* fpr_result)
|
D | method_handles.cc | 421 sf->GetReturnValue(self, result); in MethodHandleInvokeTransform()
|
D | instrumentation.cc | 1648 JValue Instrumentation::GetReturnValue(ArtMethod* method, in GetReturnValue() function in art::instrumentation::Instrumentation
|
D | thread.cc | 208 JValue GetReturnValue() const { return ret_val_; } in GetReturnValue() function in art::DeoptimizationContextRecord 293 result->SetJ(record->GetReturnValue().GetJ()); in PopDeoptimizationContext()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2573 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()
|