Searched defs:GetCodeItem (Results 1 - 3 of 3) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.h67 const DexFile::CodeItem* GetCodeItem() const { function in class:art::DexCompilationUnit
/art/runtime/mirror/
H A Dart_method-inl.h465 inline const DexFile::CodeItem* ArtMethod::GetCodeItem() { function in class:art::mirror::ArtMethod
467 return method->GetDexFile()->GetCodeItem(method->GetCodeItemOffset());
/art/runtime/
H A Ddex_file.h680 const CodeItem* GetCodeItem(const uint32_t code_off) const { function in class:art::DexFile
1200 return dex_file_.GetCodeItem(method_.code_off_);

Completed in 167 milliseconds