Lines Matching refs:JniCallingConvention
105 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, in Create()
128 size_t JniCallingConvention::ReferenceCount() const { in ReferenceCount()
132 FrameOffset JniCallingConvention::SavedLocalReferenceCookieOffset() const { in SavedLocalReferenceCookieOffset()
137 FrameOffset JniCallingConvention::ReturnValueSaveLocation() const { in ReturnValueSaveLocation()
142 bool JniCallingConvention::HasNext() { in HasNext()
151 void JniCallingConvention::Next() { in Next()
170 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference()
183 bool JniCallingConvention::IsCurrentParamJniEnv() { in IsCurrentParamJniEnv()
187 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble()
200 bool JniCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble()
213 bool JniCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong()
228 FrameOffset JniCallingConvention::CurrentParamHandleScopeEntryOffset() { in CurrentParamHandleScopeEntryOffset()
236 size_t JniCallingConvention::CurrentParamSize() { in CurrentParamSize()
245 size_t JniCallingConvention::NumberOfExtraArgumentsForJni() { in NumberOfExtraArgumentsForJni()