Lines Matching defs:num_methods
1153 uint32_t num_methods = compiled_methods.size();
1154 CHECK_LE(num_non_null_compiled_methods, num_methods);
1157 oat_method_offsets_offsets_from_oat_class_.resize(num_methods);
1167 } else if (num_non_null_compiled_methods == num_methods) {
1179 method_bitmap_ = new BitVector(num_methods, false, Allocator::GetMallocAllocator());
1188 for (size_t i = 0; i < num_methods; i++) {