Searched refs:AddInlineMethod (Results 1 – 2 of 2) sorted by relevance
384 bool AddInlineMethod(int32_t method_idx, const InlineMethod& method) REQUIRES(!lock_);
687 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