Searched refs:null_allowed (Results 1 – 8 of 8) sorted by relevance
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 389 bool null_allowed = false; in CopyParameter() local 401 null_allowed = mr_conv->IsCurrentArgPossiblyNull(); in CopyParameter() 413 __ CreateSirtEntry(out_reg, sirt_offset, in_reg, null_allowed); in CopyParameter() 426 null_allowed); in CopyParameter() 439 __ CreateSirtEntry(out_reg, sirt_offset, ManagedRegister::NoRegister(), null_allowed); in CopyParameter() 454 null_allowed); in CopyParameter()
|
/art/compiler/utils/ |
D | assembler.h | 423 ManagedRegister in_reg, bool null_allowed) = 0; 428 ManagedRegister scratch, bool null_allowed) = 0;
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 839 ManagedRegister min_reg, bool null_allowed) { in CreateSirtEntry() argument 844 if (null_allowed) { in CreateSirtEntry() 868 bool null_allowed) { in CreateSirtEntry() argument 871 if (null_allowed) { in CreateSirtEntry()
|
D | assembler_mips.h | 453 ManagedRegister in_reg, bool null_allowed); 458 ManagedRegister mscratch, bool null_allowed);
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1730 ManagedRegister min_reg, bool null_allowed) { in CreateSirtEntry() argument 1735 VerifyObject(in_reg, null_allowed); in CreateSirtEntry() 1736 if (null_allowed) { in CreateSirtEntry() 1753 bool null_allowed) { in CreateSirtEntry() argument 1756 if (null_allowed) { in CreateSirtEntry()
|
D | assembler_x86.h | 560 ManagedRegister in_reg, bool null_allowed); 565 ManagedRegister scratch, bool null_allowed);
|
/art/compiler/utils/arm/ |
D | assembler_arm.h | 536 ManagedRegister in_reg, bool null_allowed); 541 ManagedRegister scratch, bool null_allowed);
|
D | assembler_arm.cc | 1761 ManagedRegister min_reg, bool null_allowed) { in CreateSirtEntry() argument 1766 if (null_allowed) { in CreateSirtEntry() 1788 bool null_allowed) { in CreateSirtEntry() argument 1791 if (null_allowed) { in CreateSirtEntry()
|