HomeSort by relevance Sort by last modified time
    Searched refs:Is64BitType (Results 1 - 20 of 20) sorted by null

  /art/runtime/
method_handles-inl.h 111 if (Primitive::Is64BitType(from_type)) {
120 if (Primitive::Is64BitType(from_type)) {
132 if (Primitive::Is64BitType(to_type)) {
  /art/compiler/optimizing/
ssa_builder.cc 139 } else if (DataType::Is64BitType(common_type) != DataType::Is64BitType(input_type)) {
338 DCHECK_EQ(DataType::Is64BitType(aget_int->GetType()), DataType::Is64BitType(array_type));
381 DCHECK_EQ(DataType::Is64BitType(value_type), DataType::Is64BitType(array_type));
data_type.h 130 static bool Is64BitType(Type type) {
code_generator_mips.h 120 return DataType::Is64BitType(type)
125 return DataType::Is64BitType(type)
code_generator_x86.h 107 return DataType::Is64BitType(type)
112 return DataType::Is64BitType(type)
code_generator_arm_vixl.h 198 return DataType::Is64BitType(type)
203 return DataType::Is64BitType(type)
210 return DataType::Is64BitType(type)
    [all...]
graph_checker.cc 689 && DataType::Is64BitType(insn1->GetType()) == DataType::Is64BitType(insn2->GetType());
    [all...]
code_generator_arm64.cc     [all...]
instruction_builder.cc 545 if (local_low != nullptr && DataType::Is64BitType(local_low->GetType())) {
554 if (DataType::Is64BitType(stored_type)) {
604 if (DataType::Is64BitType(parameter->GetType())) {
    [all...]
code_generator.cc 644 (DataType::Is64BitType(field_type) ? DataType::Type::kInt64
    [all...]
code_generator_mips64.cc 100 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
105 stack_index_ += DataType::Is64BitType(type) ? 2 : 1;
    [all...]
code_generator_mips.cc 139 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
153 stack_index_ += DataType::Is64BitType(type) ? 2 : 1;
    [all...]
inliner.cc     [all...]
instruction_simplifier.cc 401 if (DataType::IsIntegralType(source_type) && !DataType::Is64BitType(source_type)) {
    [all...]
nodes.h     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86_64.cc     [all...]
  /art/runtime/mirror/
emulated_stack_frame.cc 46 } else if (Primitive::Is64BitType(primitive_type)) {
56 } else if (Primitive::Is64BitType(return_type)) {
241 if (Primitive::Is64BitType(type)) {
265 if (Primitive::Is64BitType(type)) {
var_handle.cc     [all...]
  /art/libdexfile/dex/
primitive.h 214 static bool Is64BitType(Type type) {

Completed in 110 milliseconds