Searched refs:return_shorty (Results 1 – 1 of 1) sorted by relevance
1468 char return_shorty; in PopInstrumentationStackFrame() local1480 return_shorty = GetRuntimeMethodShorty(self); in PopInstrumentationStackFrame()1490 return_shorty = 'V'; in PopInstrumentationStackFrame()1493 return_shorty = method->GetInterfaceMethodIfProxy(pointer_size)->GetShorty(&length)[0]; in PopInstrumentationStackFrame()1496 bool is_ref = return_shorty == '[' || return_shorty == 'L'; in PopInstrumentationStackFrame()1500 if (return_shorty == 'V') { in PopInstrumentationStackFrame()1502 } else if (return_shorty == 'F' || return_shorty == 'D') { in PopInstrumentationStackFrame()1544 return_shorty == 'L' || return_shorty == '[', in PopInstrumentationStackFrame()