Home
last modified time | relevance | path

Searched refs:setInstruction (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java548 …private void setInstruction(@Nonnull MethodLocation location, @Nonnull BuilderInstruction instruct…
557 setInstruction(location, newBuilderInstruction10t(location.codeAddress,
562 setInstruction(location, newBuilderInstruction10x((Instruction10x) instruction));
565 setInstruction(location, newBuilderInstruction11n((Instruction11n) instruction));
568 setInstruction(location, newBuilderInstruction11x((Instruction11x) instruction));
571 setInstruction(location, newBuilderInstruction12x((Instruction12x) instruction));
574 setInstruction(location, newBuilderInstruction20bc((Instruction20bc) instruction));
577 setInstruction(location, newBuilderInstruction20t(location.codeAddress,
582 setInstruction(location, newBuilderInstruction21c((Instruction21c) instruction));
585 setInstruction(location, newBuilderInstruction21ih((Instruction21ih) instruction));
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java253 public static void setInstruction(final Label label, in setInstruction() method in LabelInfo
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelInfoTest.java163 LabelInfo.setInstruction(label, instruction); in testSetInstruction()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java117 LabelInfo.setInstruction(currentLabel.get(i), insn); in visitInsn()