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

/art/compiler/optimizing/
H A Dinstruction_builder.cc1456 Primitive::Type anticipated_type) {
1468 HInstruction* value = LoadLocal(source_or_dest_reg, anticipated_type);
1470 HArraySet* aset = new (arena_) HArraySet(object, index, value, anticipated_type, dex_pc);
1474 HArrayGet* aget = new (arena_) HArrayGet(object, index, anticipated_type, dex_pc);
1524 Primitive::Type anticipated_type,
1529 HArraySet* aset = new (arena_) HArraySet(object, index, value, anticipated_type, dex_pc);
2562 #define ARRAY_XX(kind, anticipated_type) \
2564 BuildArrayAccess(instruction, dex_pc, false, anticipated_type); \
2568 BuildArrayAccess(instruction, dex_pc, true, anticipated_type); \
1453 BuildArrayAccess(const Instruction& instruction, uint32_t dex_pc, bool is_put, Primitive::Type anticipated_type) argument
1521 BuildFillArrayData(HInstruction* object, const T* data, uint32_t element_count, Primitive::Type anticipated_type, uint32_t dex_pc) argument

Completed in 52 milliseconds