Searched defs:can_be_null (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 367 .macro LOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_lock, can_be_null 408 .macro UNLOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_unlock, can_be_null
|
/art/runtime/arch/riscv64/ |
D | asm_support_riscv64.S | 748 .macro LOCK_OBJECT_FAST_PATH obj, slow_lock, can_be_null 787 .macro UNLOCK_OBJECT_FAST_PATH obj, slow_unlock, can_be_null
|
/art/runtime/arch/arm64/ |
D | asm_support_arm64.S | 397 .macro LOCK_OBJECT_FAST_PATH obj, slow_lock, can_be_null 430 .macro UNLOCK_OBJECT_FAST_PATH obj, slow_unlock, can_be_null
|
/art/compiler/optimizing/ |
D | instruction_simplifier.cc | 818 bool can_be_null = true; in VisitInstanceOf() local
|
D | nodes.cc | 3128 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()
|