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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 44 public final class CodeItem extends OffsettedItem {
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic,
140 return "CodeItem{" + toHuman() + "}";
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 35 public final class CodeItem extends OffsettedItem {
76 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic,
131 return "CodeItem{" + toHuman() + "}";
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CodeItem.java 44 public final class CodeItem extends OffsettedItem {
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic,
140 return "CodeItem{" + toHuman() + "}";
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 40 public class CodeItem extends Item<CodeItem> {
52 * Creates a new uninitialized <code>CodeItem</code>
55 public CodeItem(DexFile dexFile) {
60 * Creates a new <code>CodeItem</code> with the given values.
70 private CodeItem(DexFile dexFile,
94 * Returns a new <code>CodeItem</code> with the given values.
103 * @return a new <code>CodeItem</code> with the given values.
105 public static CodeItem internCodeItem(DexFile dexFile,
132 CodeItem codeItem = new CodeItem(dexFile, registerCount, inWords, outWords, debugInfo, instructionsArray
    [all...]
  /art/runtime/
dex_file.h 223 struct CodeItem {
233 DISALLOW_COPY_AND_ASSIGN(CodeItem);
624 const CodeItem* GetCodeItem(const uint32_t code_off) const {
629 return reinterpret_cast<const CodeItem*>(addr);
689 static const TryItem* GetTryItems(const CodeItem& code_item, uint32_t offset);
692 static const byte* GetCatchHandlerData(const CodeItem& code_item, uint32_t offset) {
699 static int32_t FindTryItem(const CodeItem &code_item, uint32_t address);
702 static int32_t FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address);
705 const byte* GetDebugInfoStream(const CodeItem* code_item) const {
788 void DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 372 milliseconds