Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.h82 size_t NumCodeItemsToQuicken(Thread* self) const;
Ddex_to_dex_compiler.cc143 size_t DexToDexCompiler::NumCodeItemsToQuicken(Thread* self) const { in NumCodeItemsToQuicken() function in art::optimizer::DexToDexCompiler
/art/dex2oat/driver/
Dcompiler_driver.cc2824 if (dex_to_dex_compiler_.NumCodeItemsToQuicken(Thread::Current()) > 0u) { in Compile()