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.h384 bool AddInlineMethod(int32_t method_idx, const InlineMethod& method) REQUIRES(!lock_);
Ddex_file_method_inliner.cc687 return success && AddInlineMethod(verifier->GetMethodReference().dex_method_index, method); in AnalyseMethodCode()
831 bool DexFileMethodInliner::AddInlineMethod(int32_t method_idx, const InlineMethod& method) { in AddInlineMethod() function in art::DexFileMethodInliner