Searched defs:kConstant (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h47 kConstant = 1, enumerator in enum:art::Location::Kind
73 // Verify that non-constant location kinds do not interfere with kConstant.
74 static_assert((kInvalid & kLocationConstantMask) != kConstant, "TagError");
75 static_assert((kUnallocated & kLocationConstantMask) != kConstant, "TagError");
76 static_assert((kStackSlot & kLocationConstantMask) != kConstant, "TagError");
77 static_assert((kDoubleStackSlot & kLocationConstantMask) != kConstant, "TagError");
78 static_assert((kRegister & kLocationConstantMask) != kConstant, "TagError");
79 static_assert((kFpuRegister & kLocationConstantMask) != kConstant, "TagError");
80 static_assert((kRegisterPair & kLocationConstantMask) != kConstant, "TagError");
81 static_assert((kFpuRegisterPair & kLocationConstantMask) != kConstant, "TagErro
[all...]
/art/runtime/
H A Dstack.h54 kConstant, enumerator in enum:art::VRegKind
H A Dstack_map.h90 * - kConstant: value holds the constant;
108 kConstant = 4, // 0b100 member in class:art::DexRegisterLocation::Kind
140 case Kind::kConstant:
157 case Kind::kConstant:
178 case Kind::kConstant:
185 return Kind::kConstant;
353 case DexRegisterLocation::Kind::kConstant:
355 ? DexRegisterLocation::Kind::kConstant
376 case DexRegisterLocation::Kind::kConstant:
509 DCHECK(location.GetKind() == DexRegisterLocation::Kind::kConstant);
[all...]

Completed in 64 milliseconds