/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/instruction/ |
H A D | DexBackedInstruction23x.java | 41 @Nonnull Opcode opcode, in DexBackedInstruction23x()
|
H A D | DexBackedInstruction3rms.java | 41 @Nonnull Opcode opcode, in DexBackedInstruction3rms()
|
H A D | DexBackedInstruction31i.java | 41 @Nonnull Opcode opcode, in DexBackedInstruction31i()
|
H A D | DexBackedInstruction11n.java | 42 @Nonnull Opcode opcode, in DexBackedInstruction11n()
|
H A D | DexBackedInstruction22t.java | 42 @Nonnull Opcode opcode, in DexBackedInstruction22t()
|
H A D | DexBackedInstruction3rc.java | 43 @Nonnull Opcode opcode, in DexBackedInstruction3rc()
|
H A D | DexBackedInstruction21ih.java | 41 @Nonnull Opcode opcode, in DexBackedInstruction21ih()
|
H A D | DexBackedInstruction22b.java | 41 @Nonnull Opcode opcode, in DexBackedInstruction22b()
|
H A D | DexBackedInstruction22c.java | 44 @Nonnull Opcode opcode, in DexBackedInstruction22c()
|
H A D | DexBackedInstruction22s.java | 42 @Nonnull Opcode opcode, in DexBackedInstruction22s()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | VariableSizeInsn.java | 40 public final DalvInsn withOpcode(Dop opcode) { in withOpcode()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/ |
H A D | BuilderInstruction11x.java | 46 public BuilderInstruction11x(@Nonnull Opcode opcode, in BuilderInstruction11x()
|
H A D | BuilderInstruction21t.java | 47 public BuilderInstruction21t(@Nonnull Opcode opcode, in BuilderInstruction21t()
|
H A D | BuilderInstruction31t.java | 47 public BuilderInstruction31t(@Nonnull Opcode opcode, in BuilderInstruction31t()
|
/aosp_15_r20/cts/tools/test-api-map/device-side/src/com/android/xts/apimapper/helper/ |
H A D | OnBeforeCallListener.java | 35 void onBeforeCall(String callerClass, String callerMethod, int opcode, String methodOwner, in onBeforeCall()
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | ReturnInstruction.java | 42 protected ReturnInstruction(final short opcode) { in ReturnInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | opcode_make_test.cpp | 34 for (auto opcode : kSampleOpcodes) { in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A D | op_resolver.cc | 26 const OperatorCode* opcode, const OpResolver& op_resolver, in GetRegistrationFromOpCode()
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
H A D | OppositeBranchChanger.java | 36 Opcode opcode = mInsn.insn.info.opcode; in getModifiedOpcode() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | opcode_make_test.cpp | 34 for (auto opcode : kSampleOpcodes) { in TEST() local
|
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
H A D | InsnNode.java | 54 public InsnNode(final int opcode) { in InsnNode()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/ |
H A D | BuilderOffsetInstruction.java | 44 public BuilderOffsetInstruction(@Nonnull Opcode opcode, in BuilderOffsetInstruction()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | opcode_make_test.cpp | 34 for (auto opcode : kSampleOpcodes) { in TEST() local
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | CurrentFrame.java | 50 final int opcode, final int arg, final Symbol symbolArg, final SymbolTable symbolTable) { in execute()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 270 aco_opcode opcode = in emit_masked_swizzle() local 1489 aco_opcode opcode = dst.size() == 1 ? aco_opcode::s_not_b32 : aco_opcode::s_not_b64; in visit_alu_instr() local 2715 aco_opcode opcode = in visit_alu_instr() local 2892 aco_opcode opcode, fract; in visit_alu_instr() local 3536 aco_opcode opcode; in visit_alu_instr() local 3552 aco_opcode opcode = instr->op == nir_op_pack_uint_2x16 ? aco_opcode::v_cvt_pk_u16_u32 in visit_alu_instr() local 3759 aco_opcode opcode = in visit_alu_instr() local 3799 aco_opcode opcode = in visit_alu_instr() local 6381 aco_opcode opcode; in visit_image_load() local 6414 aco_opcode opcode; in visit_image_load() local [all …]
|