Searched defs:can_be_null (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 380 .macro LOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_lock, can_be_null 421 .macro UNLOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_unlock, can_be_null
|
/art/runtime/arch/arm64/ |
D | asm_support_arm64.S | 400 .macro LOCK_OBJECT_FAST_PATH obj, slow_lock, can_be_null 433 .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 | 3102 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()
|