Searched defs:can_be_null (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm.cc4783 bool can_be_null) {
4785 if (can_be_null) {
4791 if (can_be_null) {
4779 MarkGCCard(Register temp, Register card, Register object, Register value, bool can_be_null) argument
H A Dinstruction_simplifier.cc503 bool can_be_null = true; local
505 can_be_null = false;
523 if (outcome && can_be_null) {
H A Dnodes.cc2281 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { argument
2289 SetPackedFlag<kFlagUpperCanBeNull>(can_be_null);
H A Dnodes.h1826 // TODO: Consider merging can_be_null into ReferenceTypeInfo.
2386 void SetCanBeNull(bool can_be_null) { SetPackedFlag<kFlagCanBeNull>(can_be_null); } argument
4794 void SetCanBeNull(bool can_be_null) { SetPackedFlag<kFlagCanBeNull>(can_be_null); } argument
6022 void SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null);
6024 void SetCanBeNull(bool can_be_null) {
6025 DCHECK(GetUpperCanBeNull() || !can_be_null);
6026 SetPackedFlag<kFlagCanBeNull>(can_be_null);

Completed in 58 milliseconds