Home
last modified time | relevance | path

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

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