Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dasm_support_arm.S367 .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/
Dasm_support_riscv64.S748 .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/
Dasm_support_arm64.S397 .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/
Dinstruction_simplifier.cc818 bool can_be_null = true; in VisitInstanceOf() local
Dnodes.cc3128 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()