Searched refs:compiled_methods_with_code (Results 1 – 1 of 1) sorted by relevance
255 uint32_t compiled_methods_with_code,4016 uint32_t compiled_methods_with_code, in OatClass() argument4020 CHECK_LE(compiled_methods_with_code, num_methods); in OatClass()4024 method_offsets_.resize(compiled_methods_with_code); in OatClass()4025 method_headers_.resize(compiled_methods_with_code); in OatClass()