Home
last modified time | relevance | path

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

/aosp12/art/compiler/jni/quick/
H A Dcalling_convention.cc108 bool ManagedRuntimeCallingConvention::IsCurrentArgPossiblyNull() { in IsCurrentArgPossiblyNull() function in art::ManagedRuntimeCallingConvention
H A Dcalling_convention.h258 bool IsCurrentArgPossiblyNull();
H A Djni_compiler.cc687 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter()