Searched refs:IsCurrentArgPossiblyNull (Results 1 – 3 of 3) sorted by relevance
284 __ VerifyObject(in_reg, mr_conv->IsCurrentArgPossiblyNull()); in ArtJniCompileMethodInternal()288 __ VerifyObject(in_off, mr_conv->IsCurrentArgPossiblyNull()); in ArtJniCompileMethodInternal()683 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter()
253 bool IsCurrentArgPossiblyNull();
127 bool ManagedRuntimeCallingConvention::IsCurrentArgPossiblyNull() { in IsCurrentArgPossiblyNull() function in art::ManagedRuntimeCallingConvention