Searched refs:count_of (Results 1 – 3 of 3) sorted by relevance
2299 int ConstantPoolArray::NumberOfEntries::count_of(Type type) const { in count_of() function2596 Int64CountField::encode(small.count_of(INT64)) | in Init()2597 CodePtrCountField::encode(small.count_of(CODE_PTR)) | in Init()2598 HeapPtrCountField::encode(small.count_of(HEAP_PTR)) | in Init()2601 Int32CountField::encode(small.count_of(INT32)) | in Init()2626 extended.count_of(INT64)); in InitExtended()2628 extended.count_of(CODE_PTR)); in InitExtended()2630 extended.count_of(HEAP_PTR)); in InitExtended()2632 extended.count_of(INT32)); in InitExtended()
2648 inline int count_of(Type type) const;2754 (small.count_of(INT64) * kInt64Size) + in SizeFor()2755 (small.count_of(CODE_PTR) * kPointerSize) + in SizeFor()2756 (small.count_of(HEAP_PTR) * kPointerSize) + in SizeFor()2757 (small.count_of(INT32) * kInt32Size); in SizeFor()2766 (extended.count_of(INT64) * kInt64Size) + in SizeForExtended()2767 (extended.count_of(CODE_PTR) * kPointerSize) + in SizeForExtended()2768 (extended.count_of(HEAP_PTR) * kPointerSize) + in SizeForExtended()2769 (extended.count_of(INT32) * kInt32Size); in SizeForExtended()
3693 small_entries()->count_of(ConstantPoolArray::INT64))))) { in AddEntry()3742 if (number_of_entries_[section].count_of(type) != 0) { in Populate()