Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader_test.cc482 const dex::CodeItem* code_item = raw->GetCodeItem(raw->FindCodeItemOffset(class_def, kMethodIdx)); in TEST_F()
Ddex_file.cc228 uint32_t DexFile::FindCodeItemOffset(const ClassDef& class_def, uint32_t method_idx) const { in FindCodeItemOffset() function in art::DexFile
Ddex_file.h333 uint32_t FindCodeItemOffset(const dex::ClassDef& class_def,
/art/profman/
Dprofman.cc1001 uint32_t offset = dex_file->FindCodeItemOffset( in HasSingleInvoke()
/art/runtime/dex/
Ddex_file_annotations.cc1346 uint32_t code_item_offset = dex_file.FindCodeItemOffset(class_def, method_index); in MethodContainsRSensitiveAccess()
/art/dex2oat/
Ddex2oat_test.cc1501 uint32_t code_item_size = dex_file->FindCodeItemOffset(*class_def, method_idx); in TEST_F()
/art/openjdkjvmti/
Dti_redefine.cc2586 method.SetCodeItemOffset(dex_file_->FindCodeItemOffset(class_def, dex_method_idx)); in UpdateMethods()