OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCurrentArgExplicit
(Results
1 - 2
of
2
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
56
if (
IsCurrentArgExplicit
() && // don't query parameter type of implicit args
68
bool ManagedRuntimeCallingConvention::
IsCurrentArgExplicit
() {
74
return
IsCurrentArgExplicit
(); // any user parameter may be null
calling_convention.h
177
bool
IsCurrentArgExplicit
(); // ie a non-implict argument such as this
Completed in 168 milliseconds