Home
last modified time | relevance | path

Searched defs:GetCodeItem (Results 1 – 5 of 5) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h67 const DexFile::CodeItem* GetCodeItem() const { in GetCodeItem() function
/art/runtime/interpreter/
Dshadow_frame.h153 const DexFile::CodeItem* GetCodeItem() const { in GetCodeItem() function
/art/runtime/
Dart_method-inl.h291 inline const DexFile::CodeItem* ArtMethod::GetCodeItem() { in GetCodeItem() function
Ddex_file.h763 const CodeItem* GetCodeItem(const uint32_t code_off) const { in GetCodeItem() function
/art/dexlayout/
Ddex_ir.h625 CodeItem* GetCodeItem() { return code_; } in GetCodeItem() function