HomeSort by relevance Sort by last modified time
    Searched refs:IsCurrentParamAReference (Results 1 - 7 of 7) sorted by null

  /art/compiler/jni/quick/
calling_convention.cc 111 if (IsCurrentParamAReference()) {
131 bool ManagedRuntimeCallingConvention::IsCurrentParamAReference() {
255 if (IsCurrentParamAReference()) {
264 bool JniCallingConvention::IsCurrentParamAReference() {
331 CHECK(IsCurrentParamAReference());
calling_convention.h 246 bool IsCurrentParamAReference();
326 bool IsCurrentParamAReference();
jni_compiler.cc 275 bool ref_param = main_jni_conv->IsCurrentParamAReference();
276 CHECK(!ref_param || mr_conv->IsCurrentParamAReference());
680 bool ref_param = jni_conv->IsCurrentParamAReference()
    [all...]
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 214 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) {
221 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) {
321 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) {
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 142 (IsCurrentParamALong() && (!IsCurrentParamAReference())) ? 8 : 4);
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 163 if (IsCurrentParamALong() && !IsCurrentParamAReference()) {
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 245 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { // Long.

Completed in 105 milliseconds