Searched refs:return_shorty (Results 1 – 1 of 1) sorted by relevance
1486 char return_shorty; in PopInstrumentationStackFrame() local1498 return_shorty = GetRuntimeMethodShorty(self); in PopInstrumentationStackFrame()1508 return_shorty = 'V'; in PopInstrumentationStackFrame()1511 return_shorty = method->GetInterfaceMethodIfProxy(pointer_size)->GetShorty(&length)[0]; in PopInstrumentationStackFrame()1514 bool is_ref = return_shorty == '[' || return_shorty == 'L'; in PopInstrumentationStackFrame()1518 if (return_shorty == 'V') { in PopInstrumentationStackFrame()1520 } else if (return_shorty == 'F' || return_shorty == 'D') { in PopInstrumentationStackFrame()1571 return_shorty == 'L' || return_shorty == '[', in PopInstrumentationStackFrame()