OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpcodeInfo
(Results
1 - 13
of
13
) sorted by null
/dalvik/dx/src/com/android/dx/dex/code/
Dop.java
19
import com.android.dx.io.
OpcodeInfo
;
134
return
OpcodeInfo
.getName(opcode);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java
19
import com.android.dx.io.
OpcodeInfo
;
134
return
OpcodeInfo
.getName(opcode);
/dalvik/opcode-gen/
regen-all
39
${progdir}/opcode-gen dx/src/com/android/dx/io/
OpcodeInfo
.java
48
../libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo
.java
/dalvik/dx/src/com/android/dx/io/
CodeReader.java
102
switch (
OpcodeInfo
.getIndexType(one.getOpcode())) {
OpcodeInfo.java
25
public final class
OpcodeInfo
{
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/io/
CodeReader.java
102
switch (
OpcodeInfo
.getIndexType(one.getOpcode())) {
OpcodeInfo.java
25
public final class
OpcodeInfo
{
[
all
...]
/dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java
25
import com.android.dx.io.
OpcodeInfo
;
84
+ " (" +
OpcodeInfo
.getName(one.getOpcode()) + ")");
94
+ " (" +
OpcodeInfo
.getName(one.getOpcode()) + ")");
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java
20
import com.android.dx.io.
OpcodeInfo
;
261
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
369
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
503
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
676
IndexType indexType =
OpcodeInfo
.getIndexType(opcodeUnit);
699
IndexType indexType =
OpcodeInfo
.getIndexType(opcodeUnit);
723
IndexType indexType =
OpcodeInfo
.getIndexType(opcodeUnit);
[
all
...]
DecodedInstruction.java
20
import com.android.dx.io.
OpcodeInfo
;
72
InstructionCodec format =
OpcodeInfo
.getFormat(opcode);
/dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java
21
import com.android.dx.io.
OpcodeInfo
;
72
InstructionCodec format =
OpcodeInfo
.getFormat(opcode);
InstructionCodec.java
21
import com.android.dx.io.
OpcodeInfo
;
260
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
368
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
502
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
779
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
839
IndexType indexType =
OpcodeInfo
.getIndexType(opcode);
[
all
...]
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
298
///
OpcodeInfo
- This encodes the index of the string to use for the first
302
std::vector<uint64_t>
OpcodeInfo
;
343
OpcodeInfo
.push_back(Idx+1);
379
OpcodeInfo
[i] |= (uint64_t)InstIdxs[i] << (64-BitsLeft);
404
O << " " << (
OpcodeInfo
[i] & 0xffffffff) << "U,\t// "
418
O << " " << (
OpcodeInfo
[i] >> 32) << "U,\t// "
[
all
...]
Completed in 1751 milliseconds