OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opcodeMap
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go
446
//
opcodeMap
returns a map from opcode to the number of times that opcode
448
func
opcodeMap
(f *Func) map[Op]int {
461
n :=
opcodeMap
(f)
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func_test.go
446
//
opcodeMap
returns a map from opcode to the number of times that opcode
448
func
opcodeMap
(f *Func) map[Op]int {
461
n :=
opcodeMap
(f)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java
156
private final FieldOpcode[][][]
opcodeMap
= new FieldOpcode[2][2][10];
221
opcodeMap
[isGet(fieldOpcode.normalOpcode)?GET:PUT]
236
FieldOpcode fieldOpcode =
opcodeMap
[isGet(odexedOpcode)?GET:PUT]
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 351 milliseconds