Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader_test.cc479 const DexFile::CodeItem* code_item = raw->GetCodeItem(raw->FindCodeItemOffset(class_def, in TEST_F()
Ddex_file.cc221 uint32_t DexFile::FindCodeItemOffset(const DexFile::ClassDef& class_def, in FindCodeItemOffset() function in art::DexFile
Ddex_file.h568 uint32_t FindCodeItemOffset(const DexFile::ClassDef& class_def,
/art/profman/
Dprofman.cc832 uint32_t offset = dex_file->FindCodeItemOffset( in HasSingleInvoke()
/art/openjdkjvmti/
Dti_redefine.cc1426 method.SetCodeItemOffset(dex_file_->FindCodeItemOffset(class_def, dex_method_idx)); in UpdateMethods()
/art/dex2oat/
Ddex2oat_test.cc1459 uint32_t code_item_size = dex_file->FindCodeItemOffset(*class_def, method_idx); in TEST_F()