Searched defs:GetReturnValue (Results 1 – 2 of 2) sorted by relevance
| /art/runtime/mirror/ | ||
| D | emulated_stack_frame.cc | 232 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame |
| /art/runtime/ | ||
| D | thread.cc | 202 JValue GetReturnValue() const { return ret_val_; } in GetReturnValue() function in art::DeoptimizationContextRecord |