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

/art/compiler/optimizing/
H A Dbuilder.cc431 Primitive::Type anticipated_type) {
436 DCHECK(IsTypeSupported(anticipated_type));
454 HInstruction* value = LoadLocal(source_or_dest_reg, anticipated_type);
458 current_block_->AddInstruction(new (arena_) HArrayGet(object, index, anticipated_type));
735 #define ARRAY_XX(kind, anticipated_type) \
737 BuildArrayAccess(instruction, dex_offset, false, anticipated_type); \
741 BuildArrayAccess(instruction, dex_offset, true, anticipated_type); \
428 BuildArrayAccess(const Instruction& instruction, uint32_t dex_offset, bool is_put, Primitive::Type anticipated_type) argument

Completed in 5 milliseconds