Searched refs:operand (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter2.java398 public void visitIntInsn(int opcode, int operand) { argument
400 mOrgWriter.visitIntInsn(opcode, operand);
H A DStubMethodAdapter.java313 public void visitIntInsn(int opcode, int operand) { argument
315 mParentVisitor.visitIntInsn(opcode, operand);
H A DAsmAnalyzer.java607 // pass -- a zero operand instruction
611 public void visitIntInsn(int opcode, int operand) { argument
612 // pass -- a single int operand instruction
700 // type is the operand of the instruction to be visited. This operand must be the
H A DDependencyFinder.java547 // pass -- a zero operand instruction
551 public void visitIntInsn(int opcode, int operand) { argument
552 // pass -- a single int operand instruction
642 // type is the operand of the instruction to be visited. This operand must be the

Completed in 49 milliseconds