Home
last modified time | relevance | path

Searched defs:GetReturnValue (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Demulated_stack_frame.cc211 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame
/art/runtime/
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