/aosp_15_r20/dalvik/dx/src/com/android/dx/io/ |
H A D | OpcodeInfo.java | 1214 public static Info get(int opcode) { in get() 1233 public static String getName(int opcode) { in getName() 1241 public static InstructionCodec getFormat(int opcode) { in getFormat() 1248 public static IndexType getIndexType(int opcode) { in getIndexType() 1257 private static void set(Info opcode) { in set() 1266 private final int opcode; field in OpcodeInfo.Info 1271 public Info(int opcode, String name, InstructionCodec format, in Info()
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderInstructions.cpp | 23 const char *Spirv::OpcodeName(spv::Op opcode) in OpcodeName() 29 bool Spirv::IsStatement(spv::Op opcode) in IsStatement() 94 bool Spirv::IsTerminator(spv::Op opcode) in IsTerminator()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | Request.java | 35 public Request(int opcode, int arg) { in Request() 107 int opcode = opcodes & i; in toString() local 121 private static String singleOpcodeToString(int opcode) { in singleOpcodeToString() 195 static String toString(int opcode) { in toString()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | PersonNameConsistencyTest.java | 131 String opcode = lineFields[0].trim(); in processLine() local 141 private void processCommand(String opcode, String[] parameters, int lineNumber) { in processCommand() 230 …private boolean checkNumParams(String[] parameters, int expectedLength, String opcode, int lineNum… in checkNumParams() 238 private boolean checkState(boolean state, String opcode, int lineNumber) { in checkState()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | PersonNameConsistencyTest.java | 128 String opcode = lineFields[0].trim(); in processLine() local 138 private void processCommand(String opcode, String[] parameters, int lineNumber) { in processCommand() 227 …private boolean checkNumParams(String[] parameters, int expectedLength, String opcode, int lineNum… in checkNumParams() 235 private boolean checkState(boolean state, String opcode, int lineNumber) { in checkState()
|
/aosp_15_r20/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 283 static constexpr uint8_t GetOpcodeInvokeType(uint8_t opcode) { in GetOpcodeInvokeType() 308 for (size_t opcode = 0u; opcode != opcode_invoke_types.size(); ++opcode) { in GenerateOpcodeInvokeTypes() local 321 Instruction::Code opcode = inst->Opcode(); in NterpGetMethod() local 397 Instruction::Code opcode = inst->Opcode(); in NterpGetStaticField() local 453 Instruction::Code opcode = inst->Opcode(); in NterpGetInstanceFieldOffset() local 490 Instruction::Code opcode = inst->Opcode(); in NterpGetClass() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_vec4_visitor.cpp | 31 vec4_instruction::vec4_instruction(enum elk_opcode opcode, const dst_reg &dst, in vec4_instruction() 89 vec4_visitor::emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() 97 vec4_visitor::emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() 104 vec4_visitor::emit(enum elk_opcode opcode, const dst_reg &dst, const src_reg &src0) in emit() 110 vec4_visitor::emit(enum elk_opcode opcode, const dst_reg &dst) in emit() 116 vec4_visitor::emit(enum elk_opcode opcode) in emit() 336 vec4_visitor::emit_math(enum elk_opcode opcode, in emit_math()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | peephole.c | 92 int opcode; in fold_binops_on_constants() local 194 int opcode; in fold_unaryops_on_constants() local 246 int i,j, opcode, blockcnt = 0; in markblocks() local 304 int tgt, tgttgt, opcode; in PyCode_Optimize() local
|
/aosp_15_r20/external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/ |
H A D | MethodNodeBuilder.java | 61 MethodNodeBuilder insn(final int opcode) { in insn() 66 MethodNodeBuilder intInsn(final int opcode, final int operand) { in intInsn() 71 MethodNodeBuilder typeInsn(final int opcode, final String operand) { in typeInsn() 77 final int opcode, in methodInsn()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_print.c | 232 static unsigned update_branch_depth(rc_opcode opcode, unsigned *branch_depth) in update_branch_depth() 255 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_print_normal_instruction() local 356 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->RGB.Opcode); in rc_print_pair_instruction() local 395 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Alpha.Opcode); in rc_print_pair_instruction() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessageCache.java | 53 public HdmiCecMessage getMessage(int address, int opcode) { in getMessage() 85 int opcode = message.getOpcode(); in cacheMessage() local 99 private boolean isCacheable(int opcode) { in isCacheable()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | TargetInsn.java | 41 public TargetInsn(Dop opcode, SourcePosition position, in TargetInsn() 54 public DalvInsn withOpcode(Dop opcode) { in withOpcode() 75 Dop opcode = getOpcode().getOppositeTest(); in withNewTargetAndReversed() local
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | TargetInsn.java | 41 public TargetInsn(Dop opcode, SourcePosition position, in TargetInsn() 54 public DalvInsn withOpcode(Dop opcode) { in withOpcode() 75 Dop opcode = getOpcode().getOppositeTest(); in withNewTargetAndReversed() local
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_instruction.c | 130 _mesa_num_inst_src_regs(enum prog_opcode opcode) in _mesa_num_inst_src_regs() 143 _mesa_num_inst_dst_regs(enum prog_opcode opcode) in _mesa_num_inst_dst_regs() 156 _mesa_opcode_string(enum prog_opcode opcode) in _mesa_opcode_string()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument 291 static const char* Name(Code opcode) { in Name() 489 void SetOpcode(Code opcode) { in SetOpcode() 532 static Format FormatOf(Code opcode) { in FormatOf() 537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() 542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() 547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument 291 static const char* Name(Code opcode) { in Name() 489 void SetOpcode(Code opcode) { in SetOpcode() 532 static Format FormatOf(Code opcode) { in FormatOf() 537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() 542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() 547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
|
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/ |
H A D | ActualValueInference.java | 346 public void visitInsn(int opcode) { in visitInsn() 598 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() 642 public void visitVarInsn(int opcode, int var) { in visitVarInsn() 686 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn() 712 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn() 743 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { in visitMethodInsn() 794 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument 291 static const char* Name(Code opcode) { in Name() 489 void SetOpcode(Code opcode) { in SetOpcode() 532 static Format FormatOf(Code opcode) { in FormatOf() 537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() 542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() 547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | MethodWriter.java | 863 public void visitInsn(final int opcode) { in visitInsn() 885 public void visitIntInsn(final int opcode, final int operand) { in visitIntInsn() 909 public void visitVarInsn(final int opcode, final int varIndex) { in visitVarInsn() 971 public void visitTypeInsn(final int opcode, final String type) { in visitTypeInsn() 993 final int opcode, final String owner, final String name, final String descriptor) { in visitFieldInsn() 1030 final int opcode, in visitMethodInsn() 1095 public void visitJumpInsn(final int opcode, final Label label) { in visitJumpInsn()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | dex_instruction.h | 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument 291 static const char* Name(Code opcode) { in Name() 489 void SetOpcode(Code opcode) { in SetOpcode() 532 static Format FormatOf(Code opcode) { in FormatOf() 537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() 542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() 547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument 291 static const char* Name(Code opcode) { in Name() 489 void SetOpcode(Code opcode) { in SetOpcode() 532 static Format FormatOf(Code opcode) { in FormatOf() 537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() 542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() 547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | dex_instruction.h | 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument 291 static const char* Name(Code opcode) { in Name() 489 void SetOpcode(Code opcode) { in SetOpcode() 532 static Format FormatOf(Code opcode) { in FormatOf() 537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() 542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() 547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | dex_instruction.h | 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode), argument 291 static const char* Name(Code opcode) { in Name() 489 void SetOpcode(Code opcode) { in SetOpcode() 532 static Format FormatOf(Code opcode) { in FormatOf() 537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() 542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() 547 static uint32_t VerifyFlagsOf(Code opcode) { in VerifyFlagsOf()
|
/aosp_15_r20/external/wayland/tests/ |
H A D | connection-test.c | 203 static const uint32_t opcode = 4444; in marshal() local 261 static const uint32_t opcode = 4444; in expected_fail_marshal() local 285 static const uint32_t opcode = 4444; in expected_fail_marshal_send() local 453 static const int opcode = 4444; in marshal_demarshal() local 653 static const int opcode = 4444; in marshal_helper() local 777 uint32_t opcode; in expect_error_recv() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ActionServiceImpl.java | 140 private static Intent makeIntent(final int opcode) { in makeIntent() 156 public static Intent makeIntent(final int opcode) { in makeIntent() 226 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in startServiceWithIntent() local 245 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork() local
|