Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1523 char return_shorty; in PopInstrumentationStackFrame() local
1535 return_shorty = GetRuntimeMethodShorty(self); in PopInstrumentationStackFrame()
1545 return_shorty = 'V'; in PopInstrumentationStackFrame()
1548 return_shorty = method->GetInterfaceMethodIfProxy(pointer_size)->GetShorty(&length)[0]; in PopInstrumentationStackFrame()
1551 bool is_ref = return_shorty == '[' || return_shorty == 'L'; in PopInstrumentationStackFrame()
1555 if (return_shorty == 'V') { in PopInstrumentationStackFrame()
1557 } else if (return_shorty == 'F' || return_shorty == 'D') { in PopInstrumentationStackFrame()
1608 return_shorty == 'L' || return_shorty == '[', in PopInstrumentationStackFrame()