Home
last modified time | relevance | path

Searched refs:anticipated_type (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h159 DataType::Type anticipated_type);
197 DataType::Type anticipated_type,
Dinstruction_builder.cc1800 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/
Dflow_analysis.cc598 #define ARRAY_XX(kind, anticipated_type) \ in ProcessDexInstruction() argument
600 UpdateRegister(instruction.VRegA_23x(), anticipated_type); \ in ProcessDexInstruction()