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

  /art/compiler/driver/
dex_compilation_unit.h 67 const DexFile::CodeItem* GetCodeItem() const {
  /art/runtime/interpreter/
shadow_frame.h 153 const DexFile::CodeItem* GetCodeItem() const {
  /art/runtime/
art_method-inl.h 291 inline const DexFile::CodeItem* ArtMethod::GetCodeItem() {
292 return GetDexFile()->GetCodeItem(GetCodeItemOffset());
dex_file.h 763 const CodeItem* GetCodeItem(const uint32_t code_off) const {
    [all...]
  /art/dexlayout/
dex_ir.h 625 CodeItem* GetCodeItem() { return code_; }
    [all...]

Completed in 447 milliseconds