OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionWidth
(Results
1 - 3
of
3
) sorted by null
/dalvik/libdex/
InstrUtils.h
89
typedef u1
InstructionWidth
;
118
InstructionWidth
* widths;
InstrUtils.cpp
33
static
InstructionWidth
gInstructionWidthTable[kNumPackedOpcodes] = {
/dalvik/vm/analysis/
Liveness.cpp
38
static
InstructionWidth
* createBackwardWidthTable(VerifierData* vdata)
40
InstructionWidth
* widths;
42
widths = (
InstructionWidth
*)
43
calloc(vdata->insnsSize, sizeof(
InstructionWidth
));
63
InstructionWidth
* backwardWidth;
Completed in 35 milliseconds