Searched refs:Is64BitType (Results 1 - 18 of 18) sorted by last modified time

/art/runtime/
H A Dprimitive.h165 static bool Is64BitType(Type type) { function in class:art::Primitive
/art/compiler/optimizing/
H A Dcode_generator.cc428 (Primitive::Is64BitType(field_type) ? Primitive::kPrimLong : Primitive::kPrimInt));
H A Dcode_generator_arm.cc3981 if (Primitive::Is64BitType(input_cst->GetType())) {
H A Dcode_generator_arm.h111 return Primitive::Is64BitType(type)
116 return Primitive::Is64BitType(type)
123 return Primitive::Is64BitType(type)
H A Dcode_generator_arm64.cc877 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
882 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1;
1227 Primitive::Type source_type = Primitive::Is64BitType(dst_type)
1235 Primitive::Type source_type = Primitive::Is64BitType(dst_type)
1254 DCHECK((destination.IsDoubleStackSlot() == Primitive::Is64BitType(dst_type)) &&
1308 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type));
1362 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type));
1371 DCHECK_EQ(dst.Is64Bits(), Primitive::Is64BitType(type));
1403 DCHECK_EQ(src.Is64Bits(), Primitive::Is64BitType(type));
1436 DCHECK_EQ(src.Is64Bits(), Primitive::Is64BitType(typ
[all...]
H A Dcode_generator_arm64.h177 return Primitive::Is64BitType(type)
H A Dcode_generator_mips.cc123 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
135 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1;
815 if (Primitive::Is64BitType(dst_type)) {
H A Dcode_generator_mips.h116 return Primitive::Is64BitType(type)
121 return Primitive::Is64BitType(type)
H A Dcode_generator_mips64.cc86 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
91 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1;
710 if (Primitive::Is64BitType(dst_type)) {
727 if (Primitive::Is64BitType(dst_type)) {
744 DCHECK((destination.IsDoubleStackSlot() == Primitive::Is64BitType(dst_type)) &&
H A Dcode_generator_mips64.h119 return Primitive::Is64BitType(type)
H A Dcode_generator_x86.h106 return Primitive::Is64BitType(type)
111 return Primitive::Is64BitType(type)
H A Dcode_generator_x86_64.cc1610 bool is_64_bit = Primitive::Is64BitType(select->GetType());
H A Dcode_generator_x86_64.h97 return Primitive::Is64BitType(type)
H A Dgraph_checker.cc671 && Primitive::Is64BitType(insn1->GetType()) == Primitive::Is64BitType(insn2->GetType());
H A Dinliner.cc848 if (Primitive::Is64BitType(invoke_instruction->InputAt(input_index)->GetType())) {
H A Dinstruction_builder.cc408 if (local_low != nullptr && Primitive::Is64BitType(local_low->GetType())) {
417 if (Primitive::Is64BitType(stored_type)) {
464 if (Primitive::Is64BitType(parameter->GetType())) {
H A Dnodes.h6259 return Primitive::Is64BitType(type_);
H A Dssa_builder.cc137 } else if (Primitive::Is64BitType(common_type) != Primitive::Is64BitType(input_type)) {
336 DCHECK_EQ(Primitive::Is64BitType(aget_int->GetType()), Primitive::Is64BitType(array_type));
377 DCHECK_EQ(Primitive::Is64BitType(value_type), Primitive::Is64BitType(array_type));

Completed in 174 milliseconds