OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_wide
(Results
1 - 5
of
5
) sorted by null
/art/compiler/dex/
inline_method_analyser.h
62
uint16_t
is_wide
: 1;
member in struct:art::InlineReturnArgData
/art/compiler/optimizing/
instruction_builder.cc
1115
bool
is_wide
= (type == Primitive::kPrimLong) || (type == Primitive::kPrimDouble);
local
[
all
...]
code_generator_arm_vixl.cc
5597
bool
is_wide
= field_type == Primitive::kPrimLong || field_type == Primitive::kPrimDouble;
local
[
all
...]
code_generator_mips.cc
6054
bool
is_wide
= (field_type == Primitive::kPrimLong) || (field_type == Primitive::kPrimDouble);
local
6226
bool
is_wide
= (field_type == Primitive::kPrimLong) || (field_type == Primitive::kPrimDouble);
local
[
all
...]
code_generator_x86.cc
3432
const bool
is_wide
= !is_float;
local
[
all
...]
Completed in 2446 milliseconds