Home
last modified time | relevance | path

Searched refs:FindIntrinsics (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_to_method_inliner_map.cc68 locked_inliner->FindIntrinsics(dex_file); in GetMethodInliner()
Ddex_file_method_inliner.h307 void FindIntrinsics(const DexFile* dex_file) EXCLUSIVE_LOCKS_REQUIRED(lock_);
Ddex_file_method_inliner.cc682 void DexFileMethodInliner::FindIntrinsics(const DexFile* dex_file) { in FindIntrinsics() function in art::DexFileMethodInliner