Home
last modified time | relevance | path

Searched refs:method_def (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.h311 MethodDef method_def; member
347 const MethodDef& method_def);
Ddex_file_method_inliner.cc781 const MethodDef& method_def) { in FindMethodIndex() argument
782 uint32_t declaring_class_index = FindClassIndex(dex_file, cache, method_def.declaring_class); in FindMethodIndex()
786 uint32_t name_index = FindNameIndex(dex_file, cache, method_def.name); in FindMethodIndex()
790 uint32_t proto_index = FindProtoIndex(dex_file, cache, method_def.proto); in FindMethodIndex()
815 uint32_t method_idx = FindMethodIndex(dex_file, &cache, def.method_def); in FindIntrinsics()