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

/art/compiler/optimizing/
H A Dbuilder.cc178 const uint16_t* code_end = code_item.insns_ + code_item.insns_size_in_code_units_; local
193 ComputeBranchTargets(code_ptr, code_end);
200 while (code_ptr < code_end) {
233 void HGraphBuilder::ComputeBranchTargets(const uint16_t* code_ptr, const uint16_t* code_end) { argument
235 branch_targets_.SetSize(code_end - code_ptr);
245 while (code_ptr < code_end) {
256 if ((code_ptr < code_end) && (FindBlockStartingAt(dex_offset) == nullptr)) {
/art/compiler/dex/
H A Dmir_graph.cc401 const uint16_t* code_end) {
458 } else if (code_ptr < code_end) {
544 const uint16_t* code_ptr, const uint16_t* code_end) {
596 if (code_ptr < code_end) {
661 const uint16_t* code_end = local
723 while (code_ptr < code_end) {
750 if ((width == 1) && ((current_offset_ & 0x1) == 0x1) && ((code_end - code_ptr) > 1)) {
779 width, flags, code_ptr, code_end);
788 if (code_ptr < code_end) {
798 code_ptr, code_end);
399 ProcessCanBranch(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, int width, int flags, const uint16_t* code_ptr, const uint16_t* code_end) argument
542 ProcessCanThrow(BasicBlock* cur_block, MIR* insn, DexOffset cur_offset, int width, int flags, ArenaBitVector* try_block_addr, const uint16_t* code_ptr, const uint16_t* code_end) argument
[all...]

Completed in 593 milliseconds