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

  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 100 _Messages::_Messages(bool is_wide, const char *name) :
111 if (is_wide)
115 _Messages::_Messages(bool is_wide, _Locale_messages* msg) :
116 _M_message_obj(msg), _M_map(is_wide ? new _Catalog_locale_map() : 0)
  /art/runtime/quick/
inline_method_analyser.h 177 uint16_t is_wide : 1; member in struct:art::InlineReturnArgData
inline_method_analyser.cc 553 data->is_wide = (return_opcode == Instruction::RETURN_WIDE) ? 1u : 0u;
  /art/compiler/optimizing/
code_generator_x86.h 270 // `is_wide` specifies whether it is long/double or not.
272 uint32_t stack_adjustment, bool is_fp, bool is_wide);
instruction_builder.cc 1049 bool is_wide = (type == Primitive::kPrimLong) || (type == Primitive::kPrimDouble); local
    [all...]
code_generator_x86.cc 3189 const bool is_wide = !is_float; 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...]

Completed in 355 milliseconds