HomeSort by relevance Sort by last modified time
    Searched refs:kEntryAdjustment (Results 1 - 3 of 3) sorted by null

  /art/runtime/
vmap_table.h 29 static constexpr uint16_t kEntryAdjustment = 2u;
30 static constexpr uint16_t kAdjustedFpMarker = static_cast<uint16_t>(0xffffu + kEntryAdjustment);
44 return adjusted_entry - kEntryAdjustment;
65 uint16_t adjusted_vreg = vreg + kEntryAdjustment;
exception_test.cc 68 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment);
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 3517 milliseconds