Home | History | Annotate | Download | only in src

Lines Matching refs:first_index

2572 //   [first_index(INT64, SMALL_SECTION)]      : 64 bit entries
2574 // [first_index(CODE_PTR, SMALL_SECTION)] : code pointer entries
2576 // [first_index(HEAP_PTR, SMALL_SECTION)] : heap pointer entries
2578 // [first_index(INT32, SMALL_SECTION)] : 32 bit entries
2588 // [first_index(INT64, EXTENDED_SECTION)] : 64 bit entries
2590 // [first_index(CODE_PTR, EXTENDED_SECTION)]: code pointer entries
2592 // [first_index(HEAP_PTR, EXTENDED_SECTION)]: heap pointer entries
2594 // [first_index(INT32, EXTENDED_SECTION)] : 32 bit entries
2664 next_index_(array->first_index(type, SMALL_SECTION)) {
2673 next_index_(array->first_index(type, section)) {
2692 inline int first_index(Type type, LayoutSection layout_section);
2809 offset += entry_size(type) * (index - first_index(type, section));