Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc280 const uint16_t* code_end) { in ProcessCanBranch() argument
336 } else if (code_ptr < code_end) { in ProcessCanBranch()
422 const uint16_t* code_ptr, const uint16_t* code_end) { in ProcessCanThrow() argument
463 if (code_ptr < code_end) { in ProcessCanThrow()
516 const uint16_t* code_end = in InlineMethod() local
578 while (code_ptr < code_end) { in InlineMethod()
618 if ((width == 1) && ((current_offset_ & 0x1) == 0x1) && ((code_end - code_ptr) > 1)) { in InlineMethod()
644 width, flags, code_ptr, code_end); in InlineMethod()
653 if (code_ptr < code_end) { in InlineMethod()
663 code_ptr, code_end); in InlineMethod()
Dmir_graph.h634 int flags, const uint16_t* code_ptr, const uint16_t* code_end);
638 const uint16_t* code_end);