Searched defs:can_be_null (Results 1 – 4 of 4) sorted by relevance
| /art/runtime/arch/arm/ |
| D | asm_support_arm.S | 372 .macro LOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_lock, can_be_null 413 .macro UNLOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_unlock, can_be_null
|
| /art/runtime/arch/arm64/ |
| D | asm_support_arm64.S | 402 .macro LOCK_OBJECT_FAST_PATH obj, slow_lock, can_be_null 435 .macro UNLOCK_OBJECT_FAST_PATH obj, slow_unlock, can_be_null
|
| /art/compiler/optimizing/ |
| D | instruction_simplifier.cc | 691 bool can_be_null = true; in VisitInstanceOf() local
|
| D | nodes.cc | 3232 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()
|