Searched refs:IsCurrentArgPossiblyNull (Results 1 – 3 of 3) sorted by relevance
108 bool ManagedRuntimeCallingConvention::IsCurrentArgPossiblyNull() { in IsCurrentArgPossiblyNull() function in art::ManagedRuntimeCallingConvention
258 bool IsCurrentArgPossiblyNull();
687 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter()