Searched defs:can_be_null (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/art/runtime/arch/arm/ |
H A D | asm_support_arm.S | 369 .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 D | asm_support_riscv64.S | 804 .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 D | asm_support_arm64.S | 439 .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/ |
D | basic_regex.hpp | 292 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
|
D | states.hpp | 231 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/ |
D | basic_regex.hpp | 303 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
|
D | states.hpp | 242 unsigned int can_be_null; // true if we match a NULL string member
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | regex.h | 314 unsigned can_be_null : 1; member
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_simplifier.cc | 828 bool can_be_null = true; in VisitInstanceOf() local
|
H A D | nodes.cc | 3172 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()
|