Home
last modified time | relevance | path

Searched refs:code_end (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc457 const uint16_t* code_end, in ProcessCanBranch() argument
506 } else if (code_ptr < code_end) { in ProcessCanBranch()
597 const uint16_t* code_ptr, const uint16_t* code_end, in ProcessCanThrow() argument
649 if (code_ptr < code_end) { in ProcessCanThrow()
713 const uint16_t* code_end = in InlineMethod() local
762 while (code_ptr < code_end) { in InlineMethod()
789 if ((width == 1) && ((current_offset_ & 0x1) == 0x1) && ((code_end - code_ptr) > 1)) { in InlineMethod()
820 width, flags, code_ptr, code_end, &dex_pc_to_block_map); in InlineMethod()
829 if (code_ptr < code_end) { in InlineMethod()
839 code_ptr, code_end, &dex_pc_to_block_map); in InlineMethod()
Dmir_graph.h1296 int flags, const uint16_t* code_ptr, const uint16_t* code_end,
1303 const uint16_t* code_end,
/art/compiler/optimizing/
Dbuilder.cc266 const uint16_t* code_end = code_item.insns_ + code_item.insns_size_in_code_units_; in BuildGraph() local
285 if (!ComputeBranchTargets(code_ptr, code_end, &number_of_branches)) { in BuildGraph()
317 while (code_ptr < code_end) { in BuildGraph()
356 const uint16_t* code_end, in ComputeBranchTargets() argument
358 branch_targets_.SetSize(code_end - code_ptr); in ComputeBranchTargets()
368 while (code_ptr < code_end) { in ComputeBranchTargets()
381 if (code_ptr >= code_end) { in ComputeBranchTargets()
419 if (code_ptr >= code_end) { in ComputeBranchTargets()