/art/compiler/jni/quick/ |
D | jni_compiler.cc | 679 bool null_allowed = false; in CopyParameter() local 691 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter() 703 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() 716 null_allowed); in CopyParameter() 729 … CreateHandleScopeEntry(out_reg, handle_scope_offset, ManagedRegister::NoRegister(), null_allowed); in CopyParameter() 744 null_allowed); in CopyParameter()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm.h | 137 ManagedRegister in_reg, bool null_allowed) OVERRIDE; 142 ManagedRegister scratch, bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_arm_vixl.h | 163 bool null_allowed) OVERRIDE; 170 bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_arm.cc | 475 bool null_allowed) { in CreateHandleScopeEntry() argument 480 if (null_allowed) { in CreateHandleScopeEntry() 504 bool null_allowed) { in CreateHandleScopeEntry() argument 507 if (null_allowed) { in CreateHandleScopeEntry()
|
D | jni_macro_assembler_arm_vixl.cc | 437 bool null_allowed) { in CreateHandleScopeEntry() argument 444 if (null_allowed) { in CreateHandleScopeEntry() 486 bool null_allowed) { in CreateHandleScopeEntry() argument 491 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 133 ManagedRegister in_reg, bool null_allowed) OVERRIDE; 138 ManagedRegister scratch, bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_x86.cc | 426 bool null_allowed) { in CreateHandleScopeEntry() argument 431 VerifyObject(in_reg, null_allowed); in CreateHandleScopeEntry() 432 if (null_allowed) { in CreateHandleScopeEntry() 449 bool null_allowed) { in CreateHandleScopeEntry() argument 452 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.h | 157 bool null_allowed) OVERRIDE; 164 bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_x86_64.cc | 477 bool null_allowed) { in CreateHandleScopeEntry() argument 488 VerifyObject(in_reg, null_allowed); in CreateHandleScopeEntry() 489 if (null_allowed) { in CreateHandleScopeEntry() 506 bool null_allowed) { in CreateHandleScopeEntry() argument 509 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 176 bool null_allowed) = 0; 183 bool null_allowed) = 0;
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 145 bool null_allowed) OVERRIDE; 152 bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_arm64.cc | 561 bool null_allowed) { in CreateHandleScopeEntry() argument 567 if (null_allowed) { in CreateHandleScopeEntry() 589 bool null_allowed) { in CreateHandleScopeEntry() argument 592 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 943 bool null_allowed) OVERRIDE; 950 bool null_allowed) OVERRIDE;
|
D | assembler_mips.cc | 3650 bool null_allowed) { in CreateHandleScopeEntry() argument 3655 if (null_allowed) { in CreateHandleScopeEntry() 3679 bool null_allowed) { in CreateHandleScopeEntry() argument 3682 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 3111 bool null_allowed) { in CreateHandleScopeEntry() argument 3116 if (null_allowed) { in CreateHandleScopeEntry() 3140 bool null_allowed) { in CreateHandleScopeEntry() argument 3143 if (null_allowed) { in CreateHandleScopeEntry()
|
D | assembler_mips64.h | 1213 ManagedRegister in_reg, bool null_allowed) OVERRIDE; 1218 mscratch, bool null_allowed) OVERRIDE;
|