Home
last modified time | relevance | path

Searched refs:OutputMethodReturnValue (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h425 static void OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value,
Ddebugger.cc1747 void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value, in OutputMethodReturnValue() function in art::Dbg
/art/runtime/jdwp/
Djdwp_event.cc953 Dbg::OutputMethodReturnValue(jdwp_location.method_id, returnValue, pReq); in PostLocationEvent()