/art/compiler/jni/quick/ |
D | jni_compiler.cc | 677 bool null_allowed = false; in CopyParameter() local 689 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter() 701 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() 714 null_allowed); in CopyParameter() 727 … CreateHandleScopeEntry(out_reg, handle_scope_offset, ManagedRegister::NoRegister(), null_allowed); in CopyParameter() 742 null_allowed); in CopyParameter()
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 134 ManagedRegister in_reg, bool null_allowed) OVERRIDE; 139 ManagedRegister scratch, bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_x86.cc | 427 bool null_allowed) { in CreateHandleScopeEntry() argument 432 VerifyObject(in_reg, null_allowed); in CreateHandleScopeEntry() 433 if (null_allowed) { in CreateHandleScopeEntry() 450 bool null_allowed) { in CreateHandleScopeEntry() argument 453 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.h | 158 bool null_allowed) OVERRIDE; 165 bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_x86_64.cc | 478 bool null_allowed) { in CreateHandleScopeEntry() argument 489 VerifyObject(in_reg, null_allowed); in CreateHandleScopeEntry() 490 if (null_allowed) { in CreateHandleScopeEntry() 507 bool null_allowed) { in CreateHandleScopeEntry() argument 510 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 166 bool null_allowed) OVERRIDE; 173 bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_arm_vixl.cc | 473 bool null_allowed) { in CreateHandleScopeEntry() argument 480 if (null_allowed) { in CreateHandleScopeEntry() 522 bool null_allowed) { in CreateHandleScopeEntry() argument 527 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 183 bool null_allowed) = 0; 190 bool null_allowed) = 0;
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 148 bool null_allowed) OVERRIDE; 155 bool null_allowed) OVERRIDE;
|
D | jni_macro_assembler_arm64.cc | 560 bool null_allowed) { in CreateHandleScopeEntry() argument 566 if (null_allowed) { in CreateHandleScopeEntry() 588 bool null_allowed) { in CreateHandleScopeEntry() argument 591 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 3936 bool null_allowed) { in CreateHandleScopeEntry() argument 3941 if (null_allowed) { in CreateHandleScopeEntry() 3965 bool null_allowed) { in CreateHandleScopeEntry() argument 3968 if (null_allowed) { in CreateHandleScopeEntry()
|
D | assembler_mips64.h | 1407 ManagedRegister in_reg, bool null_allowed) OVERRIDE; 1412 mscratch, bool null_allowed) OVERRIDE;
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 1340 bool null_allowed) OVERRIDE; 1347 bool null_allowed) OVERRIDE;
|
D | assembler_mips.cc | 5101 bool null_allowed) { in CreateHandleScopeEntry() argument 5106 if (null_allowed) { in CreateHandleScopeEntry() 5130 bool null_allowed) { in CreateHandleScopeEntry() argument 5133 if (null_allowed) { in CreateHandleScopeEntry()
|