OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionWidth
(Results
1 - 4
of
4
) sorted by null
/dalvik/libdex/
InstrUtils.h
90
typedef signed char
InstructionWidth
;
112
InstructionWidth
* dexCreateInstrWidthTable(void);
118
DEX_INLINE int dexGetInstrWidth(const
InstructionWidth
* widths, OpCode opCode)
127
DEX_INLINE int dexGetInstrWidthAbs(const
InstructionWidth
* widths,OpCode opCode)
143
int dexGetInstrOrTableWidthAbs(const
InstructionWidth
* widths, const u2* insns);
InstrUtils.c
39
InstructionWidth
* dexCreateInstrWidthTable(void)
45
InstructionWidth
* instrWidth;
48
instrWidth = malloc(sizeof(
InstructionWidth
) * kNumDalvikInstructions);
[
all
...]
/dalvik/vm/
Globals.h
485
InstructionWidth
* instrWidth;
/dalvik/dexdump/
DexDump.c
53
static
InstructionWidth
* gInstrWidth;
[
all
...]
Completed in 85 milliseconds