Searched refs:IsCurrentArgPossiblyNull (Results 1 – 3 of 3) sorted by relevance
290 __ VerifyObject(in_reg, mr_conv->IsCurrentArgPossiblyNull()); in ArtJniCompileMethodInternal()294 __ VerifyObject(in_off, mr_conv->IsCurrentArgPossiblyNull()); in ArtJniCompileMethodInternal()689 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter()
251 bool IsCurrentArgPossiblyNull();
125 bool ManagedRuntimeCallingConvention::IsCurrentArgPossiblyNull() { in IsCurrentArgPossiblyNull() function in art::ManagedRuntimeCallingConvention