OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dexDecodeInstruction
(Results
1 - 9
of
9
) sorted by null
/dalvik/libdex/
InstrUtils.h
193
void
dexDecodeInstruction
(const u2* insns, DecodedInstruction* pDec);
InstrUtils.cpp
490
void
dexDecodeInstruction
(const u2* insns, DecodedInstruction* pDec)
/dalvik/vm/compiler/
InlineTransformation.cpp
56
dexDecodeInstruction
(calleeMethod->insns, &getterInsn);
154
dexDecodeInstruction
(calleeMethod->insns, &setterInsn);
Frontend.cpp
49
dexDecodeInstruction
(codePtr, decInsn);
[
all
...]
/dalvik/vm/interp/
Jit.cpp
270
dexDecodeInstruction
(pc, &decInsn);
682
dexDecodeInstruction
(dpc, &decInsn);
744
dexDecodeInstruction
(moveResultPC, &nextDecInsn);
800
dexDecodeInstruction
(lastPC, &decInsn);
[
all
...]
/dalvik/vm/analysis/
Liveness.cpp
326
dexDecodeInstruction
(insns, &decInsn);
DexVerify.cpp
813
dexDecodeInstruction
(meth->insns + codeOffset, &decInsn);
[
all
...]
CodeVerify.cpp
[
all
...]
/dalvik/dexdump/
DexDump.cpp
[
all
...]
Completed in 929 milliseconds