Home | History | Annotate | Download | only in compiler

Lines Matching refs:vmap_table_offset

727       uint32_t vmap_table_offset = method_header->vmap_table_offset_;
730 DCHECK(!quick_code.empty() || vmap_table_offset != 0);
734 if (vmap_table_offset != 0u && code_offset != 0u) {
735 vmap_table_offset += code_offset;
736 DCHECK_LT(vmap_table_offset, code_offset) << "Overflow in oat offsets";
741 *method_header = OatQuickMethodHeader(vmap_table_offset,