Searched refs:null_allowed (Results 1 – 11 of 11) sorted by relevance
/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 | 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/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 | 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/jni/quick/ |
D | jni_compiler.cc | 671 bool null_allowed = false; in CopyParameter() local 683 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter() 695 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() 708 null_allowed); in CopyParameter() 721 … CreateHandleScopeEntry(out_reg, handle_scope_offset, ManagedRegister::NoRegister(), null_allowed); in CopyParameter() 736 null_allowed); in CopyParameter()
|
/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 | 485 bool null_allowed) { in CreateHandleScopeEntry() argument 491 if (null_allowed) { in CreateHandleScopeEntry() 530 bool null_allowed) { in CreateHandleScopeEntry() argument 534 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/mips/ |
D | assembler_mips.h | 1345 bool null_allowed) override; 1352 bool null_allowed) override;
|