OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCurrentArgPossiblyNull
(Results
1 - 3
of
3
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
73
bool ManagedRuntimeCallingConvention::
IsCurrentArgPossiblyNull
() {
calling_convention.h
178
bool
IsCurrentArgPossiblyNull
();
jni_compiler.cc
146
__ VerifyObject(in_reg, mr_conv->
IsCurrentArgPossiblyNull
());
150
__ VerifyObject(in_off, mr_conv->
IsCurrentArgPossiblyNull
());
401
null_allowed = mr_conv->
IsCurrentArgPossiblyNull
();
Completed in 35 milliseconds