HomeSort by relevance Sort by last modified time
    Searched refs:kPrimNot (Results 1 - 25 of 53) sorted by null

1 2 3

  /art/runtime/
primitive.cc 35 CHECK(Primitive::kPrimNot <= type && type <= Primitive::kPrimVoid) << static_cast<int>(type);
41 if (type >= Primitive::kPrimNot && type <= Primitive::kPrimVoid) {
primitive.h 39 kPrimNot = 0,
72 return kPrimNot;
87 case kPrimNot: return ComponentSizeShiftWidth(kObjectReferenceSize);
105 case kPrimNot: return kObjectReferenceSize;
reflection-inl.h 34 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
art_field-inl.h 245 DCHECK_EQ(Primitive::kPrimNot, GetTypeAsPrimitiveType()) << PrettyField(this);
251 DCHECK_EQ(Primitive::kPrimNot, GetTypeAsPrimitiveType()) << PrettyField(this);
285 return GetTypeAsPrimitiveType() != Primitive::kPrimNot;
  /art/compiler/optimizing/
gvn_test.cc 36 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
44 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot,
47 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot,
51 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot,
56 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false));
58 new (&allocator) HInstanceFieldGet(parameter, Primitive::kPrimNot,
85 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
141 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
173 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false));
270 parameter, parameter, Primitive::kPrimNot, MemberOffset(42), false))
    [all...]
primitive_type_propagation.cc 29 case Primitive::kPrimNot:
55 || new_type == Primitive::kPrimNot) {
61 HInstruction* equivalent = (new_type == Primitive::kPrimNot)
nodes_test.cc 37 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
79 HInstruction* parameter1 = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
80 HInstruction* parameter2 = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
105 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
125 HInstruction* parameter1 = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
ssa_builder.cc 82 } else if (new_type == Primitive::kPrimNot && input_type == Primitive::kPrimInt) {
90 DCHECK_EQ(equivalent->GetType(), Primitive::kPrimNot);
99 } else if (new_type == Primitive::kPrimInt && input_type == Primitive::kPrimNot) {
100 new_type = Primitive::kPrimNot;
189 if ((left->GetType() == Primitive::kPrimNot) && (right->GetType() == Primitive::kPrimInt)) {
191 } else if ((right->GetType() == Primitive::kPrimNot)
528 return GetFloatDoubleOrReferenceEquivalentOfPhi(value->AsPhi(), Primitive::kPrimNot);
540 } else if (load->GetType() == Primitive::kPrimNot) {
intrinsics.cc 67 return Primitive::kPrimNot;
209 case Primitive::kPrimNot:
226 case Primitive::kPrimNot:
260 case Primitive::kPrimNot:
intrinsics_arm.cc 51 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
488 (type == Primitive::kPrimNot));
554 GenUnsafeGet(invoke, Primitive::kPrimNot, false, codegen_);
557 GenUnsafeGet(invoke, Primitive::kPrimNot, true, codegen_);
579 } else if (type == Primitive::kPrimNot) {
596 CreateIntIntIntIntToVoid(arena_, features_, Primitive::kPrimNot, false, invoke);
599 CreateIntIntIntIntToVoid(arena_, features_, Primitive::kPrimNot, false, invoke);
602 CreateIntIntIntIntToVoid(arena_, features_, Primitive::kPrimNot, true, invoke);
657 if (type == Primitive::kPrimNot) {
674 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, false, codegen_)
    [all...]
intrinsics_x86_64.cc 72 case Primitive::kPrimNot: {
    [all...]
intrinsics_arm64.cc 78 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
654 codegen_->Load(Primitive::kPrimNot, WRegisterFrom(invoke->GetLocations()->Out()),
665 (type == Primitive::kPrimNot));
727 GenUnsafeGet(invoke, Primitive::kPrimNot, false, codegen_);
730 GenUnsafeGet(invoke, Primitive::kPrimNot, true, codegen_);
799 if (type == Primitive::kPrimNot) {
814 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, false, codegen_);
817 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, false, true, codegen_);
820 GenUnsafePut(invoke->GetLocations(), Primitive::kPrimNot, true, false, codegen_);
    [all...]
intrinsics_x86.cc 76 case Primitive::kPrimNot: {
    [all...]
reference_type_propagation.cc 203 if (phi->GetType() != Primitive::kPrimNot) {
326 DCHECK_EQ(instruction->GetType(), Primitive::kPrimNot) << instruction->GetType();
builder.cc 164 new (arena_) HParameterValue(parameter_index++, Primitive::kPrimNot, true);
643 return_type = Primitive::kPrimNot;
744 HInstruction* arg = LoadLocal(is_range ? register_index : args[0], Primitive::kPrimNot);
    [all...]
bounds_check_elimination_test.cc 52 HParameterValue(0, Primitive::kPrimNot); // array
157 HParameterValue(0, Primitive::kPrimNot); // array
229 HParameterValue(0, Primitive::kPrimNot); // array
300 HInstruction* parameter = new (&allocator) HParameterValue(0, Primitive::kPrimNot);
373 HInstruction* parameter = new (allocator) HParameterValue(0, Primitive::kPrimNot);
508 HInstruction* parameter = new (allocator) HParameterValue(0, Primitive::kPrimNot);
751 HInstruction* parameter = new (allocator) HParameterValue(0, Primitive::kPrimNot);
    [all...]
code_generator.h 281 DCHECK(type != Primitive::kPrimNot || !value->IsIntConstant());
282 return type == Primitive::kPrimNot && !value->IsNullConstant();
code_generator_mips64.cc 52 case Primitive::kPrimNot:
339 Primitive::kPrimNot,
342 Primitive::kPrimNot);
633 // TODO: use load_type = kLoadUnsignedWord when type == Primitive::kPrimNot.
757 // TODO: use load_type = kLoadUnsignedWord when type == Primitive::kPrimNot.
837 case Primitive::kPrimNot:
    [all...]
common_arm64.h 159 return HeapOperand(RegisterFrom(location, Primitive::kPrimNot), offset);
nodes.h     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 82 case Primitive::kPrimNot:
110 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstanceObjectRead, Primitive::kPrimNot)
119 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticObjectRead, Primitive::kPrimNot)
168 case Primitive::kPrimNot:
189 EXPLICIT_DO_IGET_QUICK_TEMPLATE_DECL(Primitive::kPrimNot); // iget-object-quick.
215 case Primitive::kPrimNot:
278 case Primitive::kPrimNot: {
329 EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL(InstanceObjectWrite, Primitive::kPrimNot)
338 EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL(StaticObjectWrite, Primitive::kPrimNot)
386 case Primitive::kPrimNot
    [all...]
  /art/runtime/mirror/
object.cc 212 CHECK_NE(field->GetTypeAsPrimitiveType(), Primitive::kPrimNot);
231 CHECK_NE(field->GetTypeAsPrimitiveType(), Primitive::kPrimNot);
  /art/runtime/native/
java_lang_reflect_Field.cc 88 case Primitive::kPrimNot:
284 case Primitive::kPrimNot:
315 if (field_prim_type == Primitive::kPrimNot) {
347 if (UNLIKELY(field_type == Primitive::kPrimNot)) {
java_lang_System.cc 117 case Primitive::kPrimNot: {
129 if (UNLIKELY((dstComponentPrimitiveType != Primitive::kPrimNot) ||
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 367 return GetParamPrimitiveType() == Primitive::kPrimNot;
406 cur_type_ = Primitive::kPrimNot;
417 case Primitive::kPrimNot:
577 case Primitive::kPrimNot: {
683 case Primitive::kPrimNot: {
    [all...]

Completed in 2704 milliseconds

1 2 3