Home | History | Annotate | Download | only in src

Lines Matching refs:SMALL_SECTION

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
2617 SMALL_SECTION = 0,
2663 current_section_(SMALL_SECTION),
2664 next_index_(array->first_index(type, SMALL_SECTION)) {
2796 section = SMALL_SECTION;