OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Instruction20bc
(Results
1 - 10
of
10
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction20bc.java
37
public interface
Instruction20bc
extends VerificationErrorInstruction, ReferenceInstruction {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction20bc.java
37
import org.jf.dexlib2.iface.instruction.formats.
Instruction20bc
;
45
public class ImmutableInstruction20bc extends ImmutableInstruction implements
Instruction20bc
{
59
public static ImmutableInstruction20bc of(
Instruction20bc
instruction) {
ImmutableInstruction.java
73
return ImmutableInstruction20bc.of((
Instruction20bc
)instruction);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction20bc.java
38
import org.jf.dexlib2.iface.instruction.formats.
Instruction20bc
;
44
public class BuilderInstruction20bc extends BuilderInstruction implements
Instruction20bc
{
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction20bc.java
38
import org.jf.dexlib2.iface.instruction.formats.
Instruction20bc
;
43
public class DexBackedInstruction20bc extends DexBackedInstruction implements
Instruction20bc
{
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
InstructionRewriter.java
57
return new RewrittenInstruction20bc((
Instruction20bc
)instruction);
112
protected class RewrittenInstruction20bc extends BaseRewrittenReferenceInstruction<
Instruction20bc
>
113
implements
Instruction20bc
{
114
public RewrittenInstruction20bc(@Nonnull
Instruction20bc
instruction) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java
41
import org.jf.dexlib2.iface.instruction.formats.
Instruction20bc
;
99
if (instruction instanceof
Instruction20bc
) {
100
int verificationError = ((
Instruction20bc
)instruction).getVerificationError();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java
574
setInstruction(location, newBuilderInstruction20bc((
Instruction20bc
) instruction));
714
private BuilderInstruction20bc newBuilderInstruction20bc(@Nonnull
Instruction20bc
instruction) {
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java
151
public void write(@Nonnull
Instruction20bc
instruction) {
DexWriter.java
[
all
...]
Completed in 101 milliseconds