Home | History | Annotate | Download | only in compiler

Lines Matching refs:num_methods

2359   uint32_t num_methods = compiled_methods.size();
2360 CHECK_LE(num_non_null_compiled_methods, num_methods);
2363 oat_method_offsets_offsets_from_oat_class_.resize(num_methods);
2373 } else if (num_non_null_compiled_methods == num_methods) {
2385 method_bitmap_.reset(new BitVector(num_methods, false, Allocator::GetMallocAllocator()));
2394 for (size_t i = 0; i < num_methods; i++) {