Searched refs:FindCodeItemOffset (Results 1 – 6 of 6) sorted by relevance
479 const DexFile::CodeItem* code_item = raw->GetCodeItem(raw->FindCodeItemOffset(class_def, in TEST_F()
221 uint32_t DexFile::FindCodeItemOffset(const DexFile::ClassDef& class_def, in FindCodeItemOffset() function in art::DexFile
568 uint32_t FindCodeItemOffset(const DexFile::ClassDef& class_def,
832 uint32_t offset = dex_file->FindCodeItemOffset( in HasSingleInvoke()
1426 method.SetCodeItemOffset(dex_file_->FindCodeItemOffset(class_def, dex_method_idx)); in UpdateMethods()
1459 uint32_t code_item_size = dex_file->FindCodeItemOffset(*class_def, method_idx); in TEST_F()