HomeSort by relevance Sort by last modified time
    Searched defs:GetCodeItem (Results 1 - 3 of 3) sorted by null

  /art/compiler/driver/
dex_compilation_unit.h 67 const DexFile::CodeItem* GetCodeItem() const {
  /art/runtime/mirror/
art_method-inl.h 465 inline const DexFile::CodeItem* ArtMethod::GetCodeItem() {
467 return method->GetDexFile()->GetCodeItem(method->GetCodeItemOffset());
  /art/runtime/
dex_file.h 680 const CodeItem* GetCodeItem(const uint32_t code_off) const {
    [all...]

Completed in 47 milliseconds