Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dasm_support_arm.S369 .macro LOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_lock, can_be_null
410 .macro UNLOCK_OBJECT_FAST_PATH obj, tmp1, tmp2, tmp3, slow_unlock, can_be_null
/art/runtime/arch/riscv64/
Dasm_support_riscv64.S804 .macro LOCK_OBJECT_FAST_PATH obj, slow_lock, can_be_null
843 .macro UNLOCK_OBJECT_FAST_PATH obj, slow_unlock, can_be_null
/art/runtime/arch/arm64/
Dasm_support_arm64.S463 .macro LOCK_OBJECT_FAST_PATH obj, slow_lock, can_be_null
497 .macro UNLOCK_OBJECT_FAST_PATH obj, slow_unlock, can_be_null
/art/compiler/optimizing/
Dfast_compiler_arm64.cc264 void UpdateNonNullMask(uint32_t vreg_index, bool can_be_null) { in UpdateNonNullMask()
273 void UpdateLocal(uint32_t vreg_index, bool is_object, bool can_be_null = true) { in UpdateLocal()
901 bool can_be_null = CanBeNull(obj_reg); in HandleInvoke() local
Dinstruction_simplifier.cc828 bool can_be_null = true; in VisitInstanceOf() local
Dnodes.cc3201 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()