HomeSort by relevance Sort by last modified time
    Searched defs:is_wide (Results 1 - 5 of 5) sorted by null

  /art/runtime/quick/
inline_method_analyser.h 177 uint16_t is_wide : 1; member in struct:art::InlineReturnArgData
  /art/compiler/optimizing/
instruction_builder.cc 1049 bool is_wide = (type == Primitive::kPrimLong) || (type == Primitive::kPrimDouble); local
    [all...]
code_generator_mips.cc 3389 bool is_wide = (field_type == Primitive::kPrimLong) || (field_type == Primitive::kPrimDouble); local
3516 bool is_wide = (field_type == Primitive::kPrimLong) || (field_type == Primitive::kPrimDouble); local
    [all...]
code_generator_arm.cc 3781 bool is_wide = field_type == Primitive::kPrimLong || field_type == Primitive::kPrimDouble; local
    [all...]
code_generator_x86.cc 3189 const bool is_wide = !is_float; local
    [all...]

Completed in 620 milliseconds