Searched defs:CodeItem (Results 1 – 4 of 4) sorted by relevance
29 inline const DexFile::CodeItem* MethodVerifier::CodeItem() const { in CodeItem() function
26 public class CodeItem implements RawDexObject { class
281 struct CodeItem { struct296 DISALLOW_COPY_AND_ASSIGN(CodeItem); argument
248 JValue ExecuteGotoImpl(Thread*, const DexFile::CodeItem*, ShadowFrame&, JValue) { in ExecuteGotoImpl()