Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Djni_frame_x86.h60 bool return_type_ok = shorty[0] == 'I' || shorty[0] == 'J' || shorty[0] == 'V'; in GetCriticalNativeStubFrameSize() local
61 if (return_type_ok && size == 0u) { in GetCriticalNativeStubFrameSize()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc239 bool return_type_ok = GetShorty()[0] == 'I' || GetShorty()[0] == 'J' || GetShorty()[0] == 'V'; in OutFrameSize() local
241 return_type_ok, in OutFrameSize()
243 if (return_type_ok && size == kFramePointerSize) { in OutFrameSize()