Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.cc232 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame
/art/runtime/
Dthread.cc198 JValue GetReturnValue() const { return ret_val_; } in GetReturnValue() function in art::DeoptimizationContextRecord