OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsReturnAReference
(Results
1 - 2
of
2
) sorted by null
/art/compiler/jni/quick/
calling_convention.h
31
bool
IsReturnAReference
() const { return shorty_[0] == 'L'; }
jni_compiler.cc
70
bool reference_return = main_jni_conv->
IsReturnAReference
();
Completed in 27 milliseconds