HomeSort by relevance Sort by last modified time
    Searched refs:AddInlineMethod (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/
dex_file_method_inliner.h 358 bool AddInlineMethod(int32_t method_idx, const InlineMethod& method) LOCKS_EXCLUDED(lock_);
dex_file_method_inliner.cc 503 return success && AddInlineMethod(verifier->GetMethodReference().dex_method_index, method);
    [all...]

Completed in 124 milliseconds