Searched refs:anticipated_type (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.h | 159 DataType::Type anticipated_type); 197 DataType::Type anticipated_type,
|
D | instruction_builder.cc | 1800 DataType::Type anticipated_type) { in BuildArrayAccess() argument 1812 HInstruction* value = LoadLocal(source_or_dest_reg, anticipated_type); in BuildArrayAccess() 1814 HArraySet* aset = new (allocator_) HArraySet(object, index, value, anticipated_type, dex_pc); in BuildArrayAccess() 1818 HArrayGet* aget = new (allocator_) HArrayGet(object, index, anticipated_type, dex_pc); in BuildArrayAccess() 1872 DataType::Type anticipated_type, in BuildFillArrayData() argument 1877 HArraySet* aset = new (allocator_) HArraySet(object, index, value, anticipated_type, dex_pc); in BuildFillArrayData() 3019 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() argument 3021 BuildArrayAccess(instruction, dex_pc, false, anticipated_type); \ in ProcessDexInstruction() 3025 BuildArrayAccess(instruction, dex_pc, true, anticipated_type); \ in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 598 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() argument 600 UpdateRegister(instruction.VRegA_23x(), anticipated_type); \ in ProcessDexInstruction()
|