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

/art/compiler/optimizing/
H A Dbuilder.cc140 void HGraphBuilder::If_22t(const Instruction& instruction, uint32_t dex_offset) { argument
147 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset());
150 target = FindBlockStartingAt(dex_offset + instruction.SizeInCodeUnits());
157 void HGraphBuilder::If_21t(const Instruction& instruction, uint32_t dex_offset) { argument
163 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset());
166 target = FindBlockStartingAt(dex_offset + instruction.SizeInCodeUnits());
199 size_t dex_offset = 0; local
201 // Update the current block if dex_offset starts a new block.
202 MaybeUpdateCurrentBlock(dex_offset);
204 if (!AnalyzeDexInstruction(instruction, dex_offset)) retur
244 size_t dex_offset = 0; local
321 BuildInvoke(const Instruction& instruction, uint32_t dex_offset, uint32_t method_idx, uint32_t number_of_vreg_arguments, bool is_range, uint32_t* args, uint32_t register_index) argument
381 BuildFieldAccess(const Instruction& instruction, uint32_t dex_offset, bool is_put) argument
428 BuildArrayAccess(const Instruction& instruction, uint32_t dex_offset, bool is_put, Primitive::Type anticipated_type) argument
463 AnalyzeDexInstruction(const Instruction& instruction, int32_t dex_offset) argument
[all...]

Completed in 951 milliseconds