Home
last modified time | relevance | path

Searched refs:num_non_null_compiled_methods (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Doat_writer.cc1464 uint32_t num_non_null_compiled_methods, in OatClass() argument
1468 CHECK_LE(num_non_null_compiled_methods, num_methods); in OatClass()
1479 if (num_non_null_compiled_methods == 0) { in OatClass()
1481 } else if (num_non_null_compiled_methods == num_methods) { in OatClass()
1488 method_offsets_.resize(num_non_null_compiled_methods); in OatClass()
1489 method_headers_.resize(num_non_null_compiled_methods); in OatClass()
Doat_writer.h205 uint32_t num_non_null_compiled_methods,