OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCurrentParamAReference
(Results
1 - 3
of
3
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
61
if (
IsCurrentParamAReference
()) {
81
bool ManagedRuntimeCallingConvention::
IsCurrentParamAReference
() {
137
if (
IsCurrentParamAReference
()) {
144
bool JniCallingConvention::
IsCurrentParamAReference
() {
160
CHECK(
IsCurrentParamAReference
());
calling_convention.h
176
bool
IsCurrentParamAReference
();
243
bool
IsCurrentParamAReference
();
jni_compiler.cc
129
bool ref_param = main_jni_conv->
IsCurrentParamAReference
();
130
CHECK(!ref_param || mr_conv->
IsCurrentParamAReference
());
390
bool ref_param = jni_conv->
IsCurrentParamAReference
();
391
CHECK(!ref_param || mr_conv->
IsCurrentParamAReference
());
Completed in 331 milliseconds