| /dalvik/vm/compiler/ |
| Compiler.h | 68 #define SINGLE_STEP_OP(opcode) \ 70 ((gDvmJit.opList[opcode >> 3] & (1 << (opcode & 0x7))) != 0))
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| ByteOps.java | 23 * opcode level. 26 // one constant per opcode 313 /** mask for the bits representing the opcode format */ 624 * Gets the name of the given opcode. 626 * @param opcode {@code >= 0, <= 255;} the opcode 629 public static String opName(int opcode) { 630 String result = OPCODE_NAMES[opcode]; 633 result = "unused_" + Hex.u1(opcode); 634 OPCODE_NAMES[opcode] = result [all...] |
| /dalvik/vm/compiler/codegen/arm/FP/ |
| Thumb2VFP.cpp | 28 switch (mir->dalvikInsn.opcode) { 70 switch (mir->dalvikInsn.opcode) { 113 Opcode opcode = mir->dalvikInsn.opcode; local 122 switch (opcode) { 218 switch(mir->dalvikInsn.opcode) {
|
| /external/bluetooth/hcidump/parser/ |
| parser.c | 123 uint8_t opcode; member in struct:__anon2207 137 frame_table[i].opcode = 0; 211 return frame_table[i].opcode; 216 void set_opcode(uint16_t handle, uint8_t dlci, uint8_t opcode) 223 frame_table[i].opcode = opcode;
|
| /external/v8/src/ |
| deoptimizer.cc | 381 Translation::Opcode opcode = local 382 static_cast<Translation::Opcode>(iterator.Next()); 383 ASSERT(Translation::BEGIN == opcode); 384 USE(opcode); 443 Translation::Opcode opcode = local 444 static_cast<Translation::Opcode>(iterator->Next()); 445 while (opcode == Translation::DUPLICATE) { 446 opcode = static_cast<Translation::Opcode>(iterator->Next()) 626 Translation::Opcode opcode = local 1163 Translation::Opcode opcode = local 1223 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local [all...] |
| /dalvik/vm/mterp/armv5te/ |
| OP_AGET.S | 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_APUT.S | 25 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_APUT_OBJECT.S | 18 bcc .L${opcode}_finish @ we're okay, continue on 28 .L${opcode}_finish: 30 beq .L${opcode}_skip_check @ yes, skip type checks 35 beq .L${opcode}_throw @ no 40 GET_INST_OPCODE(ip) @ extract opcode from rINST 44 .L${opcode}_skip_check: 46 GET_INST_OPCODE(ip) @ extract opcode from rINST 49 .L${opcode}_throw:
|
| OP_IPUT_OBJECT_QUICK.S | 18 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_IPUT_WIDE_QUICK.S | 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_MUL_LONG_2ADDR.S | 24 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_NEW_ARRAY.S | 22 bne .L${opcode}_finish @ resolved, continue 23 b .L${opcode}_resolve @ do resolve now 33 .L${opcode}_resolve: 43 @ fall through to ${opcode}_finish 51 .L${opcode}_finish: 59 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| OP_PACKED_SWITCH.S | 34 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| bincmp.S | 29 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| binopWide.S | 35 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| binopWide2addr.S | 32 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| zcmp.S | 26 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| /dalvik/vm/mterp/armv6t2/ |
| OP_MUL_LONG_2ADDR.S | 23 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| bincmp.S | 28 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| binopWide2addr.S | 31 GET_INST_OPCODE(ip) @ extract opcode from rINST
|
| /external/bluetooth/bluez/test/ |
| lmptest.c | 76 uint8_t opcode; member in struct:__anon1899 88 cp.opcode = 0x00;
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
| nameser_compat.h | 53 unsigned opcode: 4; /* purpose of message */ member in struct:__anon20674 69 unsigned opcode :4; /* purpose of message */ member in struct:__anon20674
|
| /external/bluetooth/bluez/attrib/ |
| gattrib.c | 60 guint8 opcode; member in struct:command 78 static guint8 opcode2expected(guint8 opcode) 80 switch (opcode) { 121 static gboolean is_response(guint8 opcode) 123 switch (opcode) { 423 guint g_attrib_send(GAttrib *attrib, guint id, guint8 opcode, 433 c->opcode = opcode; 434 c->expected = opcode2expected(opcode); 553 guint g_attrib_register(GAttrib *attrib, guint8 opcode, [all...] |
| /external/webkit/Source/JavaScriptCore/assembler/ |
| X86Assembler.h | [all...] |
| /external/webkit/Source/JavaScriptCore/bytecode/ |
| CodeBlock.cpp | 214 OpcodeID currentOpcode = exec->interpreter()->getOpcodeID(instructions[i].u.opcode); 290 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id)) { 294 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_self)) { 298 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_proto)) { 302 if (vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id_transition)) { 306 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_chain)) { 310 if (vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id)) { 314 if (vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id_replace)) { 318 if (vPC[0].u.opcode == interpreter->getOpcode(op_resolve_global)) { 322 if (vPC[0].u.opcode == interpreter->getOpcode(op_resolve_global_dynamic)) [all...] |