Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/arch/arm/
H A 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
/aosp_15_r20/art/runtime/arch/riscv64/
H A 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
/aosp_15_r20/art/runtime/arch/arm64/
H A Dasm_support_arm64.S439 .macro LOCK_OBJECT_FAST_PATH obj, slow_lock, can_be_null
472 .macro UNLOCK_OBJECT_FAST_PATH obj, slow_unlock, can_be_null
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dbasic_regex.hpp292 bool can_be_null()const in can_be_null() function in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation
607 bool can_be_null()const in can_be_null() function in boost::basic_regex
Dstates.hpp231 unsigned int can_be_null; // true if we match a NULL string member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dbasic_regex.hpp303 bool can_be_null()const in can_be_null() function in boost::BOOST_REGEX_DETAIL_NS::basic_regex_implementation
638 bool can_be_null()const in can_be_null() function in boost::basic_regex
Dstates.hpp242 unsigned int can_be_null; // true if we match a NULL string member
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dregex.h314 unsigned can_be_null : 1; member
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc828 bool can_be_null = true; in VisitInstanceOf() local
H A Dnodes.cc3172 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()