Lines Matching refs:JniCallingConvention
151 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator, in Create()
161 return std::unique_ptr<JniCallingConvention>( in Create()
167 return std::unique_ptr<JniCallingConvention>( in Create()
173 return std::unique_ptr<JniCallingConvention>( in Create()
179 return std::unique_ptr<JniCallingConvention>( in Create()
185 return std::unique_ptr<JniCallingConvention>( in Create()
191 return std::unique_ptr<JniCallingConvention>( in Create()
201 size_t JniCallingConvention::ReferenceCount() const { in ReferenceCount()
205 FrameOffset JniCallingConvention::SavedLocalReferenceCookieOffset() const { in SavedLocalReferenceCookieOffset()
210 FrameOffset JniCallingConvention::ReturnValueSaveLocation() const { in ReturnValueSaveLocation()
227 bool JniCallingConvention::HasNext() { in HasNext()
236 void JniCallingConvention::Next() { in Next()
254 bool JniCallingConvention::IsCurrentParamAReference() { in IsCurrentParamAReference()
269 bool JniCallingConvention::IsCurrentParamJniEnv() { in IsCurrentParamJniEnv()
276 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble()
290 bool JniCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble()
304 bool JniCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong()
320 FrameOffset JniCallingConvention::CurrentParamHandleScopeEntryOffset() { in CurrentParamHandleScopeEntryOffset()
328 size_t JniCallingConvention::CurrentParamSize() const { in CurrentParamSize()
337 size_t JniCallingConvention::NumberOfExtraArgumentsForJni() const { in NumberOfExtraArgumentsForJni()
348 bool JniCallingConvention::HasHandleScope() const { in HasHandleScope()
353 bool JniCallingConvention::HasLocalReferenceSegmentState() const { in HasLocalReferenceSegmentState()
358 bool JniCallingConvention::HasJniEnv() const { in HasJniEnv()
363 bool JniCallingConvention::HasSelfClass() const { in HasSelfClass()
373 bool JniCallingConvention::HasExtraArgumentsForJni() const { in HasExtraArgumentsForJni()
378 unsigned int JniCallingConvention::GetIteratorPositionWithinShorty() const { in GetIteratorPositionWithinShorty()
386 bool JniCallingConvention::IsCurrentArgExtraForJni() const { in IsCurrentArgExtraForJni()
394 bool JniCallingConvention::SwitchExtraJniArguments(size_t switch_value, in SwitchExtraJniArguments()