Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 250) sorted by relevance

12345678910

/aosp12/art/libdexfile/dex/
H A Ddex_instruction_utils.h54 constexpr bool IsInstructionDirectConst(Instruction::Code opcode) { in IsInstructionDirectConst()
58 constexpr bool IsInstructionConstWide(Instruction::Code opcode) { in IsInstructionConstWide()
62 constexpr bool IsInstructionReturn(Instruction::Code opcode) { in IsInstructionReturn()
66 constexpr bool IsInstructionInvoke(Instruction::Code opcode) { in IsInstructionInvoke()
71 constexpr bool IsInstructionInvokeStatic(Instruction::Code opcode) { in IsInstructionInvokeStatic()
75 constexpr bool IsInstructionGoto(Instruction::Code opcode) { in IsInstructionGoto()
79 constexpr bool IsInstructionIfCc(Instruction::Code opcode) { in IsInstructionIfCc()
83 constexpr bool IsInstructionIfCcZ(Instruction::Code opcode) { in IsInstructionIfCcZ()
127 constexpr bool IsInvokeInstructionRange(Instruction::Code opcode) { in IsInvokeInstructionRange()
132 constexpr DexInvokeType InvokeInstructionType(Instruction::Code opcode) { in InvokeInstructionType()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h213 Status<T> Send(int opcode) { in Send()
218 Status<T> Send(int opcode, const void* send_buffer, size_t send_length, in Send()
229 Status<T> SendVector(int opcode, const iovec* send_vector, size_t send_count, in SendVector()
238 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector()
245 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector()
251 Status<T> SendVector(int opcode, std::nullptr_t, in SendVector()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageCache.java53 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()
H A DHdmiCecMessage.java45 public HdmiCecMessage(int source, int destination, int opcode, byte[] params) { in HdmiCecMessage()
131 private static String opcodeToString(@FeatureOpcode int opcode) { in opcodeToString()
288 private static boolean filterMessageParameters(int opcode) { in filterMessageParameters()
H A DNewDeviceAction.java100 int opcode = cmd.getOpcode(); in processCommand() local
142 private boolean mayProcessCommandIfCached(int destAddress, int opcode) { in mayProcessCommandIfCached()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DWakeLockHelper.java51 public void acquire(final Context context, final Intent intent, final int opcode) { in acquire()
80 public boolean ensure(final Intent intent, final int opcode) { in ensure()
106 public void release(final Intent intent, final int opcode) { in release()
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubCallMethodAdapter.java257 public void visitInsn(int opcode) { in visitInsn()
292 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { in visitMethodInsn()
299 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn()
320 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
327 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
370 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn()
377 public void visitVarInsn(int opcode, int var) { in visitVarInsn()
H A DDelegateMethodAdapter.java354 public void visitInsn(int opcode) { in visitInsn()
375 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { in visitMethodInsn()
382 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn()
403 public void visitIntInsn(int opcode, int operand) { in visitIntInsn()
410 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
453 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn()
460 public void visitVarInsn(int opcode, int var) { in visitVarInsn()
H A DReplaceMethodCallsAdapter.java140 METHOD_REPLACERS.add(new MethodReplacer() { in METHOD_REPLACERS.add()
228 public void visitMethodInsn(int opcode, String owner, String name, String desc, in visitMethodInsn()
246 public int opcode; field in ReplaceMethodCallsAdapter.MethodInformation
251 public MethodInformation(int opcode, String owner, String name, String desc) { in MethodInformation()
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DInvokeChanger.java152 Opcode opcode = mInsn.insn.info.opcode; in getDifferentInvokeCallOpcode() local
165 private boolean isSimpleInvokeInst(Opcode opcode){ in isSimpleInvokeInst()
169 private boolean isRangeInvokeInst(Opcode opcode){ in isRangeInvokeInst()
175 Opcode opcode = mInsn.insn.info.opcode; in isInvokeCallInst() local
H A DCmpBiasChanger.java134 Opcode opcode = mInsn.insn.info.opcode; in getLegalDifferentOpcode() local
148 Opcode opcode = mInsn.insn.info.opcode; in isCmpBiasOperation() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcodeInfo.java27 public final Opcode opcode; field in OpcodeInfo
35 public OpcodeInfo(Opcode opcode, String name, int opcodeValue, AbstractFormat fmt) { in OpcodeInfo()
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h201 static inline Instruction OpNoArgs(Op opcode) { in OpNoArgs()
206 static inline Instruction OpWithArgs(Op opcode, std::optional<const Value> dest, in OpWithArgs()
290 Op opcode() const { return opcode_; } in opcode() function
305 inline Instruction(Op opcode, size_t index_argument, bool result_is_object, in Instruction()
382 inline uint8_t ToBits(::dex::Opcode opcode) { in ToBits()
387 inline void Encode10x(::dex::Opcode opcode) { in Encode10x()
393 inline void Encode11x(::dex::Opcode opcode, uint8_t a) { in Encode11x()
398 inline void Encode11n(::dex::Opcode opcode, uint8_t a, int8_t b) { in Encode11n()
409 inline void Encode21c(::dex::Opcode opcode, uint8_t a, uint16_t b) { in Encode21c()
415 inline void Encode22c(::dex::Opcode opcode, uint8_t a, uint8_t b, uint16_t c) { in Encode22c()
[all …]
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp83 Status<void> Client::SendImpulse(int opcode) { in SendImpulse()
95 Status<void> Client::SendImpulse(int opcode, const void* buffer, in SendImpulse()
143 void Transaction::SendTransaction(int opcode, Status<void>* ret, in SendTransaction()
167 void Transaction::SendTransaction(int opcode, Status<int>* ret, in SendTransaction()
188 void Transaction::SendTransaction(int opcode, Status<LocalHandle>* ret, in SendTransaction()
209 void Transaction::SendTransaction(int opcode, Status<LocalChannelHandle>* ret, in SendTransaction()
/aosp12/art/compiler/dex/
H A Dinline_method_analyser.h86 InlineMethodOpcode opcode; member
106 static constexpr bool IsInstructionIGet(Instruction::Code opcode) { in IsInstructionIGet()
110 static constexpr bool IsInstructionIPut(Instruction::Code opcode) { in IsInstructionIPut()
114 static constexpr uint16_t IGetVariant(Instruction::Code opcode) { in IGetVariant()
118 static constexpr uint16_t IPutVariant(Instruction::Code opcode) { in IPutVariant()
/aosp12/system/bt/stack/avrc/
H A Davrc_utils.cc185 uint8_t opcode = 0; in avrc_opcode_from_pdu() local
220 bool avrc_is_valid_opcode(uint8_t opcode) { in avrc_is_valid_opcode()
/aosp12/hardware/google/apf/
H A Ddisassembler.c27 static void print_opcode(const char* opcode) { in print_opcode()
81 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in apf_disassemble() local
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp90 TransactionState* transaction_state, int opcode, in SendRequest()
162 Status<void> ClientChannel::SendImpulse(int opcode, const void* buffer, in SendImpulse()
178 Status<int> ClientChannel::SendAndReceive(void* transaction_state, int opcode, in SendAndReceive()
210 Status<int> ClientChannel::SendWithInt(void* transaction_state, int opcode, in SendWithInt()
220 void* transaction_state, int opcode, const iovec* send_vector, in SendWithFileHandle()
240 void* transaction_state, int opcode, const iovec* send_vector, in SendWithChannelHandle()
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc463 static void btu_hcif_log_command_metrics(uint16_t opcode, uint8_t* p_cmd, in btu_hcif_log_command_metrics()
719 uint16_t opcode; in btu_hcif_send_cmd() local
766 static void btu_hcif_log_command_complete_metrics(uint16_t opcode, in btu_hcif_log_command_complete_metrics()
825 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local
856 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local
894 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb()
1245 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, in btu_hcif_hdl_command_complete()
1363 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local
1392 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status()
1515 command_opcode_t opcode; in btu_hcif_command_status_evt_on_task() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionServiceImpl.java140 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
H A DBackgroundWorkerService.java91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent()
111 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork() local
/aosp12/hardware/broadcom/libbt/include/
H A Duipc_msg.h63 uint8_t opcode; /* UIPC_OPEN_REQ */ member
70 uint8_t opcode; /* UIPC_OPEN_RESP */ member
81 uint8_t opcode; /* UIPC_CLOSE_REQ */ member
88 uint8_t opcode; /* UIPC_CLOSE_RSP */ member
95 uint8_t opcode; member
339 uint8_t opcode; /* A2DP_START_REQ */ member
346 uint8_t opcode; /* A2DP_STOP_REQ */ member
352 uint8_t opcode; /* A2DP_SUSPEND_REQ */ member
358 uint8_t opcode; /* A2DP_CLEANUP_REQ */ member
753 uint8_t opcode; /* AUDIO_MIX_CONFIG_REQ */ member
[all …]
/aosp12/system/bt/gd/packet/parser/
H A Dgen_rust.cc104 auto opcode = std::get<std::string>(constraint->second); in generate_rust_source_one_file() local
125 EnumDef* opcode = nullptr; in generate_rust_source_one_file() local
/aosp12/packages/modules/DnsResolver/
H A Dres_debug.cpp158 int opcode = ns_msg_getflag(*handle, ns_f_opcode); in do_section() local
244 uint32_t opcode, rcode, id; in res_pquery() local
446 const char* p_section(int section, int opcode) { in p_section()
/aosp12/frameworks/av/media/libaaudio/src/binding/aidl/aaudio/
H A DIAAudioClient.aidl20 oneway void onStreamChange(int handle, int opcode, int value); in onStreamChange()

12345678910