Searched defs:GetReturnValue (Results 1 – 3 of 3) sorted by relevance
/art/runtime/mirror/ | ||
D | emulated_stack_frame.cc | 211 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame |
/art/runtime/ | ||
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 |