Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1067 char return_shorty = method->GetInterfaceMethodIfProxy(pointer_size)->GetShorty(&length)[0]; in PopInstrumentationStackFrame() local
1069 if (return_shorty == 'V') { in PopInstrumentationStackFrame()
1071 } else if (return_shorty == 'F' || return_shorty == 'D') { in PopInstrumentationStackFrame()
1099 return_shorty == 'L', in PopInstrumentationStackFrame()