OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCurrentParamAReference
(Results
1 - 4
of
4
) sorted by null
/art/compiler/jni/quick/
calling_convention.cc
65
if (
IsCurrentParamAReference
()) {
85
bool ManagedRuntimeCallingConvention::
IsCurrentParamAReference
() {
159
if (
IsCurrentParamAReference
()) {
166
bool JniCallingConvention::
IsCurrentParamAReference
() {
225
CHECK(
IsCurrentParamAReference
());
calling_convention.h
234
bool
IsCurrentParamAReference
();
307
bool
IsCurrentParamAReference
();
jni_compiler.cc
143
bool ref_param = main_jni_conv->
IsCurrentParamAReference
();
144
CHECK(!ref_param || mr_conv->
IsCurrentParamAReference
());
454
bool ref_param = jni_conv->
IsCurrentParamAReference
();
455
CHECK(!ref_param || mr_conv->
IsCurrentParamAReference
());
/art/compiler/jni/quick/arm64/
calling_convention_arm64.cc
131
if (IsCurrentParamALong() && (!
IsCurrentParamAReference
())) {
138
if (IsCurrentParamALong() && (!
IsCurrentParamAReference
())) {
234
if (IsCurrentParamALong() ||
IsCurrentParamAReference
() || IsCurrentParamJniEnv()) {
Completed in 226 milliseconds