Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.cc548 QuickenState* existing_data = nullptr; in CompileMethod() local
551 existing_data = &existing->second; in CompileMethod()
552 if (existing_data->conflict_) { in CompileMethod()
555 existing_quicken_data = &existing_data->quicken_data_; in CompileMethod()
566 if (existing_data != nullptr) { in CompileMethod()
568 existing_data->optimized_return_void_ != optimized_return_void) { in CompileMethod()
572 existing_data->conflict_ = true; in CompileMethod()
574 existing_data->methods_.push_back(method_ref); in CompileMethod()