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

  /art/compiler/dex/
inline_method_analyser.h 64 uint16_t is_wide : 1; member in struct:art::InlineReturnArgData
  /art/compiler/optimizing/
instruction_builder.cc 1241 bool is_wide = (type == DataType::Type::kInt64) || (type == DataType::Type::kFloat64); local
    [all...]
code_generator_arm_vixl.cc 5414 bool is_wide = field_type == DataType::Type::kInt64 || field_type == DataType::Type::kFloat64; local
    [all...]
code_generator_mips.cc 6419 bool is_wide = (field_type == DataType::Type::kInt64) || (field_type == DataType::Type::kFloat64); local
6601 bool is_wide = (field_type == DataType::Type::kInt64) || (field_type == DataType::Type::kFloat64); local
    [all...]
code_generator_x86.cc 3410 const bool is_wide = !is_float; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 121 milliseconds