Searched refs:H (Results 1 – 8 of 8) sorted by relevance
/dalvik/libdex/ |
D | OpCode.h | 391 H(OP_NOP), \ 392 H(OP_MOVE), \ 393 H(OP_MOVE_FROM16), \ 394 H(OP_MOVE_16), \ 395 H(OP_MOVE_WIDE), \ 396 H(OP_MOVE_WIDE_FROM16), \ 397 H(OP_MOVE_WIDE_16), \ 398 H(OP_MOVE_OBJECT), \ 399 H(OP_MOVE_OBJECT_FROM16), \ 400 H(OP_MOVE_OBJECT_16), \ [all …]
|
/dalvik/vm/mterp/cstubs/ |
D | entry.c | 4 #undef H 5 #define H(_op) dvmMterp_##_op macro 8 #undef H 9 #define H(_op) #_op macro
|
/dalvik/tools/dmtracedump/tests/filters/ |
D | testWaitingSoloCrossThreadTrace | 13 SLOW�Hk�*K
|
/dalvik/tests/057-iteration-performance/ |
D | expected.txt | 8 Running H...
|
/dalvik/vm/mterp/portable/ |
D | stubdefs.c | 26 # define H(_op) &&op_##_op macro
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.c | 3050 #undef H 3051 #define H(_op) dvmMterp_##_op macro 3054 #undef H in DEFINE_GOTO_TABLE() 3055 #define H(_op) #_op in DEFINE_GOTO_TABLE() macro
|
D | InterpC-portstd.c | 450 # define H(_op) &&op_##_op macro
|
D | InterpC-portdbg.c | 459 # define H(_op) &&op_##_op macro
|