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

1 2 3 4

  /art/runtime/
primitive.cc 52 CHECK(Primitive::kPrimNot <= type && type <= Primitive::kPrimVoid) << static_cast<int>(type);
59 CHECK(Primitive::kPrimNot <= type && type <= Primitive::kPrimVoid) << static_cast<int>(type);
65 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;
167 case Primitive::Type::kPrimNot: return false;
method_handles-inl.h 102 } else if (from_type == Primitive::kPrimNot) {
112 } else if (from_type == Primitive::kPrimNot) {
126 } else if (to_type == Primitive::kPrimNot) {
reflection-inl.h 37 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
common_dex_operations.h 112 case Primitive::kPrimNot:
141 field_type == Primitive::kPrimNot ? value.GetGCRoot() : &fake_root));
172 case Primitive::kPrimNot: {
  /art/compiler/optimizing/
x86_memory_gen.cc 44 DCHECK_EQ(array->GetType(), Primitive::kPrimNot);
gvn_test.cc 39 Primitive::kPrimNot);
48 Primitive::kPrimNot,
57 Primitive::kPrimNot,
67 Primitive::kPrimNot,
79 Primitive::kPrimNot,
88 Primitive::kPrimNot,
123 Primitive::kPrimNot);
206 Primitive::kPrimNot);
376 Primitive::kPrimNot,
401 Primitive::kPrimNot,
    [all...]
nodes_test.cc 38 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
81 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
83 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
109 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
130 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
ssa_liveness_analysis_test.cc 92 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
100 graph_->GetDexFile(), dex::TypeIndex(4), 4, Primitive::kPrimNot);
162 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
170 graph_->GetDexFile(), dex::TypeIndex(4), 4, Primitive::kPrimNot);
ssa_builder.cc 40 if ((left->GetType() == Primitive::kPrimNot) && (right->GetType() == Primitive::kPrimInt)) {
42 } 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));
178 DCHECK(common_type == Primitive::kPrimNot || Primitive::IsFloatingPointType(common_type));
185 HInstruction* equivalent = (common_type == Primitive::kPrimNot)
682 return GetFloatDoubleOrReferenceEquivalentOfPhi(value->AsPhi(), Primitive::kPrimNot);
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());
220 SideEffects::FieldWriteOfType(Primitive::kPrimNot, true).ToString().c_str());
reference_type_propagation.cc 136 if (instr->GetType() == Primitive::kPrimNot) {
558 DCHECK_EQ(instr->GetType(), Primitive::kPrimNot);
579 if (instr->GetType() == Primitive::kPrimNot && !instr->GetReferenceTypeInfo().IsValid()) {
589 if (instr->GetType() != Primitive::kPrimNot) {
615 if (instr->GetFieldType() == Primitive::kPrimNot) {
623 if (instr->GetFieldType() == Primitive::kPrimNot) {
732 if (phi->IsDead() || phi->GetType() != Primitive::kPrimNot) {
    [all...]
intrinsics_arm64.cc 87 if (Primitive::IsIntegralType(type) || type == Primitive::kPrimNot) {
175 const int32_t element_size = Primitive::ComponentSize(Primitive::kPrimNot);
    [all...]
intrinsics_arm_vixl.cc 133 // moment. We can allow Primitive::kPrimNot as `type` to implement
135 DCHECK_EQ(type, Primitive::kPrimNot);
156 // moment. We can allow Primitive::kPrimNot as `type` to implement
158 DCHECK_EQ(type, Primitive::kPrimNot);
190 Primitive::Type type = Primitive::kPrimNot;
    [all...]
scheduler_test.cc 105 Primitive::kPrimNot);
206 Primitive::kPrimNot);
218 Primitive::kPrimNot);
intrinsics_x86.cc 99 int32_t element_size = Primitive::ComponentSize(Primitive::kPrimNot);
    [all...]
load_store_analysis_test.cc 52 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
124 Primitive::kPrimNot);
194 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
278 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
scheduler_arm.cc 341 case Primitive::kPrimNot: {
426 case Primitive::kPrimNot: {
600 case Primitive::kPrimNot:
666 case Primitive::kPrimNot:
select_generator.cc 123 if (phi->GetType() == Primitive::kPrimNot) {
bounds_check_elimination_test.cc 73 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array
170 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array
234 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array
298 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
367 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
482 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
693 graph->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
796 graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot);
    [all...]
instruction_simplifier_shared.cc 243 access->AsArraySet()->GetValue()->GetType() == Primitive::kPrimNot) {
249 access->GetType() == Primitive::kPrimNot) {
  /art/runtime/mirror/
emulated_stack_frame.cc 44 if (primitive_type == Primitive::kPrimNot) {
54 if (return_type == Primitive::kPrimNot) {
236 if (type == Primitive::kPrimNot) {
260 if (type == Primitive::kPrimNot) {
object.cc 240 CHECK_NE(field.GetTypeAsPrimitiveType(), Primitive::kPrimNot);
257 CHECK_NE(field.GetTypeAsPrimitiveType(), Primitive::kPrimNot);
  /art/runtime/interpreter/
interpreter_common.cc 94 case Primitive::kPrimNot:
122 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(InstanceObjectRead, Primitive::kPrimNot)
131 EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL(StaticObjectRead, Primitive::kPrimNot)
190 case Primitive::kPrimNot:
211 EXPLICIT_DO_IGET_QUICK_TEMPLATE_DECL(Primitive::kPrimNot); // iget-object-quick.
237 case Primitive::kPrimNot:
299 EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL(InstanceObjectWrite, Primitive::kPrimNot)
308 EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL(StaticObjectWrite, Primitive::kPrimNot)
339 field_type == Primitive::kPrimNot ? field_value.GetGCRoot() : &fake_root));
370 case Primitive::kPrimNot
    [all...]
  /art/runtime/native/
java_lang_System.cc 127 case Primitive::kPrimNot: {
139 if (UNLIKELY((dstComponentPrimitiveType != Primitive::kPrimNot) ||

Completed in 1221 milliseconds

1 2 3 4