Home | History | Annotate | Download | only in src

Lines Matching refs:number_of_entries

2403     index += number_of_entries(type_iter, section);
2411 return first_index(type, section) + number_of_entries(type, section) - 1;
2415 int ConstantPoolArray::number_of_entries(Type type, LayoutSection section) {
2651 length += number_of_entries(INT64, EXTENDED_SECTION) +
2652 number_of_entries(CODE_PTR, EXTENDED_SECTION) +
2653 number_of_entries(HEAP_PTR, EXTENDED_SECTION) +
2654 number_of_entries(INT32, EXTENDED_SECTION);
2829 int nof = array->number_of_entries();
4554 int DependentCode::number_of_entries(DependencyGroup group) {