Home
last modified time | relevance | path

Searched refs:opIndex (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java189 private void checkTarget(int opIndex, int target, int codeLength, in checkTarget() argument
194 throw new BadBytecode("bad branch offset at " + opIndex); in checkTarget()
201 "," + d + ") at " + opIndex); in checkTarget()
/external/skia/src/core/
DSkRecordDraw.cpp624 SaveLayerInfo(int opIndex, bool isSaveLayer, const SkRect* bounds, const SkPaint* paint) in SaveLayerInfo()
625 : fStartIndex(opIndex) in SaveLayerInfo()