OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_OPCODE
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/interp/
Interp.h
34
#define
GET_OPCODE
(_inst) (((_inst & 0xff) == OP_DISPATCH_FF) ? \
Interp.cpp
219
return ((
GET_OPCODE
(curVal)) == OP_NOP && (curVal >> 8) != 0);
756
if (
GET_OPCODE
(*pc) == OP_BREAKPOINT) {
848
u2 opcode =
GET_OPCODE
(*pc);
[
all
...]
Completed in 167 milliseconds