HomeSort by relevance Sort by last modified time
    Searched defs:code_end (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
builder.cc 178 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) {
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/
mir_graph.cc 401 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);
    [all...]
  /external/chromium_org/v8/src/
mark-compact.cc 3304 Address code_end = code_start + code->Size(); local
    [all...]