Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc213 uint32_t compiled_methods_with_code,
3989 uint32_t compiled_methods_with_code, in OatClass() argument
3993 CHECK_LE(compiled_methods_with_code, num_methods); in OatClass()
3997 method_offsets_.resize(compiled_methods_with_code); in OatClass()
3998 method_headers_.resize(compiled_methods_with_code); in OatClass()