HomeSort by relevance Sort by last modified time
    Searched refs:kPrimNot (Results 1 - 25 of 66) 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,
73 return kPrimNot;
88 case kPrimNot: return ComponentSizeShiftWidth(kObjectReferenceSize);
106 case kPrimNot: return kObjectReferenceSize;
reflection-inl.h 34 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
art_field-inl.h 246 DCHECK_EQ(Primitive::kPrimNot, GetTypeAsPrimitiveType()) << PrettyField(this);
252 DCHECK_EQ(Primitive::kPrimNot, GetTypeAsPrimitiveType()) << PrettyField(this);
286 return GetTypeAsPrimitiveType() != Primitive::kPrimNot;
  /art/compiler/optimizing/
gvn_test.cc 40 Primitive::kPrimNot);
48 Primitive::kPrimNot,
57 Primitive::kPrimNot,
67 Primitive::kPrimNot,
79 Primitive::kPrimNot,
88 Primitive::kPrimNot,
125 Primitive::kPrimNot);
209 Primitive::kPrimNot);
379 Primitive::kPrimNot,
404 Primitive::kPrimNot,
    [all...]
nodes_test.cc 38 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
81 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
83 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
109 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
130 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
ssa_builder.cc 38 if ((left->GetType() == Primitive::kPrimNot) && (right->GetType() == Primitive::kPrimInt)) {
40 } else if ((right->GetType() == Primitive::kPrimNot)
144 DCHECK(Primitive::IsFloatingPointType(input_type) || input_type == Primitive::kPrimNot);
149 DCHECK(Primitive::IsFloatingPointType(common_type) || common_type == Primitive::kPrimNot);
152 DCHECK((common_type == Primitive::kPrimFloat && input_type == Primitive::kPrimNot) ||
153 (common_type == Primitive::kPrimNot && input_type == Primitive::kPrimFloat));
185 DCHECK(common_type == Primitive::kPrimNot || Primitive::IsFloatingPointType(common_type));
191 HInstruction* equivalent = (common_type == Primitive::kPrimNot)
679 return GetFloatDoubleOrReferenceEquivalentOfPhi(value->AsPhi(), Primitive::kPrimNot);
nodes_arm64.h 103 : HExpression(Primitive::kPrimNot, SideEffects::DependsOnGC(), dex_pc) {
reference_type_propagation.cc 136 if (instr->GetType() == Primitive::kPrimNot) {
476 DCHECK_EQ(instr->GetType(), Primitive::kPrimNot);
504 if (instr->GetType() == Primitive::kPrimNot && !instr->GetReferenceTypeInfo().IsValid()) {
516 if (instr->GetType() != Primitive::kPrimNot) {
548 if (instr->GetFieldType() == Primitive::kPrimNot) {
556 if (instr->GetFieldType() == Primitive::kPrimNot) {
664 if (phi->IsDead() || phi->GetType() != Primitive::kPrimNot) {
733 DCHECK_EQ(Primitive::kPrimNot, instr->GetType());
    [all...]
intrinsics_arm64.cc 79 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
769 codegen_->Load(Primitive::kPrimNot, WRegisterFrom(invoke->GetLocations()->Out()),
780 (type == Primitive::kPrimNot));
789 if (type == Primitive::kPrimNot && kEmitCompilerReadBarrier && kUseBakerReadBarrier) {
804 if (type == Primitive::kPrimNot) {
    [all...]
intrinsics_arm.cc 522 case Primitive::kPrimNot: {
585 if (type == Primitive::kPrimNot && kEmitCompilerReadBarrier && kUseBakerReadBarrier) {
605 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot);
608 CreateIntIntIntToIntLocations(arena_, invoke, Primitive::kPrimNot);
624 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ false, codegen_);
627 GenUnsafeGet(invoke, Primitive::kPrimNot, /* is_volatile */ true, codegen_);
649 } else if (type == Primitive::kPrimNot) {
666 CreateIntIntIntIntToVoid(arena_, features_, Primitive::kPrimNot, /* is_volatile */ false, invoke);
669 CreateIntIntIntIntToVoid(arena_, features_, Primitive::kPrimNot, /* is_volatile */ false, invoke);
672 CreateIntIntIntIntToVoid(arena_, features_, Primitive::kPrimNot, /* is_volatile */ true, invoke)
    [all...]
side_effects_test.cc 93 for (Primitive::Type type = Primitive::kPrimNot;
171 for (Primitive::Type type = Primitive::kPrimNot;
217 SideEffects::FieldWriteOfType(Primitive::kPrimNot, false).ToString().c_str());
intrinsics_mips64.cc 58 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
    [all...]
intrinsics.cc 118 return Primitive::kPrimNot;
407 case Primitive::kPrimNot:
424 case Primitive::kPrimNot:
458 case Primitive::kPrimNot:
select_generator.cc 124 if (phi->GetType() == Primitive::kPrimNot) {
bounds_check_elimination_test.cc 73 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
170 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
234 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
298 graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);
367 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
482 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
695 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
798 graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);
    [all...]
intrinsics_x86_64.cc     [all...]
intrinsics_x86.cc     [all...]
instruction_builder.cc 219 HInstruction* ref = LoadLocal(register_index, Primitive::kPrimNot);
385 } else if (type == Primitive::kPrimNot) {
443 Primitive::kPrimNot,
    [all...]
code_generator_arm64.cc 456 class_to_check, LocationFrom(calling_convention.GetRegisterAt(0)), Primitive::kPrimNot,
457 object_class, LocationFrom(calling_convention.GetRegisterAt(1)), Primitive::kPrimNot);
524 Primitive::kPrimNot,
534 Primitive::kPrimNot,
588 Primitive::Type type = Primitive::kPrimNot;
657 Primitive::Type type = Primitive::kPrimNot;
    [all...]
graph_checker.cc 450 if (instruction->GetType() == Primitive::kPrimNot) {
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 89 case Primitive::kPrimNot:
117 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstanceObjectRead, Primitive::kPrimNot)
126 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticObjectRead, Primitive::kPrimNot)
175 case Primitive::kPrimNot:
196 EXPLICIT_DO_IGET_QUICK_TEMPLATE_DECL(Primitive::kPrimNot); // iget-object-quick.
222 case Primitive::kPrimNot:
286 case Primitive::kPrimNot: {
337 EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL(InstanceObjectWrite, Primitive::kPrimNot)
346 EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL(StaticObjectWrite, Primitive::kPrimNot)
394 case Primitive::kPrimNot
    [all...]
  /art/runtime/mirror/
object.cc 215 CHECK_NE(field.GetTypeAsPrimitiveType(), Primitive::kPrimNot);
232 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 123 case Primitive::kPrimNot: {
135 if (UNLIKELY((dstComponentPrimitiveType != Primitive::kPrimNot) ||

Completed in 311 milliseconds

1 2 3