Home | History | Annotate | Download | only in oo

Lines Matching refs:DexCode

2042         DexCode* methodDexCode = (DexCode*) dvmGetMethodCode(meth);
2072 const DexCode* pDexCode;
2098 * We don't have a DexCode block, but we still want to know how
2129 * The bytecode instructions are embedded inside a DexCode structure, so we
2131 * instruction pointer to find the start of the DexCode.)
2135 DexCode* methodDexCode = (DexCode*) dvmGetMethodCode(meth);
2148 DexCode* newCode =
2149 (DexCode*) dvmLinearAlloc(meth->clazz->classLoader, dexCodeSize);
2159 * If the contents of the DexCode haven't actually changed, we could revert
2164 DexCode* methodDexCode = (DexCode*) dvmGetMethodCode(meth);