Home
last modified time | relevance | path

Searched defs:can_be_null (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/arm/
Dasm_support_arm.S380 .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/
Dasm_support_arm64.S400 .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/
Dinstruction_simplifier.cc691 bool can_be_null = true; in VisitInstanceOf() local
Dnodes.cc3102 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()