Lines Matching refs:i
49 for (size_t i = 0, e = blocks.Size(); i < e; ++i) { in CompileBaseline() local
50 HBasicBlock* block = blocks.Get(i); in CompileBaseline()
78 for (size_t i = 0, e = blocks.Size(); i < e; ++i) { in CompileOptimized() local
79 HBasicBlock* block = blocks.Get(i); in CompileOptimized()
96 for (size_t i = 0, e = slow_paths_.Size(); i < e; ++i) { in GenerateSlowPaths() local
97 slow_paths_.Get(i)->EmitNativeCode(this); in GenerateSlowPaths()
150 for (size_t i = 0, e = GetNumberOfRegisters(); i < e; ++i) { in AllocateRegistersLocally() local
151 blocked_registers_[i] = false; in AllocateRegistersLocally()
155 for (size_t i = 0, e = locations->GetInputCount(); i < e; ++i) { in AllocateRegistersLocally() local
156 Location loc = locations->InAt(i); in AllocateRegistersLocally()
164 for (size_t i = 0, e = locations->GetTempCount(); i < e; ++i) { in AllocateRegistersLocally() local
165 Location loc = locations->GetTemp(i); in AllocateRegistersLocally()
176 for (size_t i = 0, e = locations->GetInputCount(); i < e; ++i) { in AllocateRegistersLocally() local
177 Location loc = locations->InAt(i); in AllocateRegistersLocally()
178 HInstruction* input = instruction->InputAt(i); in AllocateRegistersLocally()
193 locations->SetInAt(i, loc); in AllocateRegistersLocally()
198 for (size_t i = 0, e = locations->GetTempCount(); i < e; ++i) { in AllocateRegistersLocally() local
199 Location loc = locations->GetTemp(i); in AllocateRegistersLocally()
206 locations->SetTempAt(i, loc); in AllocateRegistersLocally()
236 for (size_t i = 0, e = instruction->InputCount(); i < e; ++i) { in InitLocations() local
237 Location location = instruction->GetLocations()->InAt(i); in InitLocations()
240 Move(instruction->InputAt(i), location, instruction); in InitLocations()
282 for (size_t i = 0; i < pc_infos_.Size(); i++) { in BuildNativeGCMap() local
283 uint32_t native_offset = pc_infos_.Get(i).native_pc; in BuildNativeGCMap()
290 for (size_t i = 0; i < pc_infos_.Size(); i++) { in BuildNativeGCMap() local
291 struct PcInfo pc_info = pc_infos_.Get(i); in BuildNativeGCMap()
309 for (size_t i = 0; i < pc2dex_entries; i++) { in BuildMappingTable() local
310 struct PcInfo pc_info = pc_infos_.Get(i); in BuildMappingTable()
331 for (size_t i = 0; i < pc2dex_entries; i++) { in BuildMappingTable() local
332 struct PcInfo pc_info = pc_infos_.Get(i); in BuildMappingTable()
349 for (size_t i = 0; i < pc2dex_entries; i++) { in BuildMappingTable() local
350 struct PcInfo pc_info = pc_infos_.Get(i); in BuildMappingTable()