Home
last modified time | relevance | path

Searched refs:IsCurrentArgPossiblyNull (Results 1 – 3 of 3) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc290 __ 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()
Dcalling_convention.h251 bool IsCurrentArgPossiblyNull();
Dcalling_convention.cc125 bool ManagedRuntimeCallingConvention::IsCurrentArgPossiblyNull() { in IsCurrentArgPossiblyNull() function in art::ManagedRuntimeCallingConvention