Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc750 uint32_t return_index = FindClassIndex(dex_file, cache, proto_def.return_type); in FindProtoIndex() local
751 if (return_index == kIndexNotFound) { in FindProtoIndex()
755 uint16_t return_type = static_cast<uint16_t>(return_index); in FindProtoIndex()
756 DCHECK_EQ(static_cast<uint32_t>(return_type), return_index); in FindProtoIndex()