Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Youlor/unpacker
/ getOpcode
Method
getOpcode
dexfixer/src/com/android/dx/rop/code/Insn.java:125–127 ·
view source on GitHub ↗
Gets the opcode. @return non-null; the opcode
()
Source
from the content-addressed store, hash-verified
123
* @
return
{@code non-null;} the opcode
124
*/
125
public
final
Rop getOpcode() {
126
return
opcode;
127
}
128
129
/**
130
* Gets the source position.
Callers
12
BasicBlock
Method · 0.95
getEffectiveInstructionCount
Method · 0.95
outputBlock
Method · 0.95
getNextMoveResultPseudo
Method · 0.95
processBlock
Method · 0.95
filterMoveReturnAddressInsns
Method · 0.95
simulateStmt
Method · 0.95
isRegALocal
Method · 0.95
visitNonMoveInsn
Method · 0.95
tryReplacingWithConstant
Method · 0.95
getLocalAssignment
Method · 0.45
contentEquals
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected