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