Searched refs:null_allowed (Results 1 – 12 of 12) sorted by relevance
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 453 bool null_allowed = false; in CopyParameter() local 465 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter() 477 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() 490 null_allowed); in CopyParameter() 503 … CreateHandleScopeEntry(out_reg, handle_scope_offset, ManagedRegister::NoRegister(), null_allowed); in CopyParameter() 518 null_allowed); in CopyParameter()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 169 ManagedRegister in_reg, bool null_allowed) OVERRIDE; 174 ManagedRegister scratch, bool null_allowed) OVERRIDE;
|
D | assembler_arm64.cc | 543 ManagedRegister m_in_reg, bool null_allowed) { in CreateHandleScopeEntry() argument 549 if (null_allowed) { in CreateHandleScopeEntry() 569 ManagedRegister m_scratch, bool null_allowed) { in CreateHandleScopeEntry() argument 572 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/ |
D | assembler.h | 474 ManagedRegister in_reg, bool null_allowed) = 0; 479 ManagedRegister scratch, bool null_allowed) = 0;
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 702 ManagedRegister min_reg, bool null_allowed) { in CreateHandleScopeEntry() argument 707 if (null_allowed) { in CreateHandleScopeEntry() 732 bool null_allowed) { in CreateHandleScopeEntry() argument 735 if (null_allowed) { in CreateHandleScopeEntry()
|
D | assembler_arm.h | 700 bool null_allowed) OVERRIDE; 705 bool null_allowed) OVERRIDE;
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 246 bool null_allowed) OVERRIDE; 251 bool null_allowed) OVERRIDE;
|
D | assembler_mips.cc | 832 ManagedRegister min_reg, bool null_allowed) { in CreateHandleScopeEntry() argument 837 if (null_allowed) { in CreateHandleScopeEntry() 861 bool null_allowed) { in CreateHandleScopeEntry() argument 864 if (null_allowed) { in CreateHandleScopeEntry()
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1742 ManagedRegister min_reg, bool null_allowed) { in CreateHandleScopeEntry() argument 1747 VerifyObject(in_reg, null_allowed); in CreateHandleScopeEntry() 1748 if (null_allowed) { in CreateHandleScopeEntry() 1765 bool null_allowed) { in CreateHandleScopeEntry() argument 1768 if (null_allowed) { in CreateHandleScopeEntry()
|
D | assembler_x86.h | 550 bool null_allowed) OVERRIDE; 555 bool null_allowed) OVERRIDE;
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 592 bool null_allowed) OVERRIDE; 597 bool null_allowed) OVERRIDE;
|
D | assembler_x86_64.cc | 2101 ManagedRegister min_reg, bool null_allowed) { in CreateHandleScopeEntry() argument 2112 VerifyObject(in_reg, null_allowed); in CreateHandleScopeEntry() 2113 if (null_allowed) { in CreateHandleScopeEntry() 2130 bool null_allowed) { in CreateHandleScopeEntry() argument 2133 if (null_allowed) { in CreateHandleScopeEntry()
|