Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h358 bool AddInlineMethod(int32_t method_idx, const InlineMethod& method) LOCKS_EXCLUDED(lock_);
Ddex_file_method_inliner.cc503 return success && AddInlineMethod(verifier->GetMethodReference().dex_method_index, method); in AnalyseMethodCode()
824 bool DexFileMethodInliner::AddInlineMethod(int32_t method_idx, const InlineMethod& method) { in AddInlineMethod() function in art::DexFileMethodInliner