Searched defs:is_wide (Results 1 - 5 of 5) sorted by relevance

/art/runtime/quick/
H A Dinline_method_analyser.h177 uint16_t is_wide : 1; member in struct:art::InlineReturnArgData
/art/compiler/optimizing/
H A Dinstruction_builder.cc1049 bool is_wide = (type == Primitive::kPrimLong) || (type == Primitive::kPrimDouble); local
1051 && is_wide
1064 if (is_wide) {
H A Dcode_generator_mips.cc3389 bool is_wide = (field_type == Primitive::kPrimLong) || (field_type == Primitive::kPrimDouble); local
3390 bool generate_volatile = field_info.IsVolatile() && is_wide;
3516 bool is_wide = (field_type == Primitive::kPrimLong) || (field_type == Primitive::kPrimDouble); local
3517 bool generate_volatile = field_info.IsVolatile() && is_wide;
H A Dcode_generator_arm.cc3781 bool is_wide = field_type == Primitive::kPrimLong || field_type == Primitive::kPrimDouble; local
3783 && is_wide
H A Dcode_generator_x86.cc3138 bool is_wide) {
3140 DCHECK(!is_wide);
3147 DCHECK(is_wide);
3155 if (!is_wide) {
3189 const bool is_wide = !is_float; local
3190 PushOntoFPStack(second, elem_size, 2 * elem_size, /* is_fp */ true, is_wide);
3191 PushOntoFPStack(first, 0, 2 * elem_size, /* is_fp */ true, is_wide);
3134 PushOntoFPStack(Location source, uint32_t temp_offset, uint32_t stack_adjustment, bool is_fp, bool is_wide) argument

Completed in 122 milliseconds