/aosp14/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.cc | 356 instructions_.push_back(instruction); in AddInstruction() 379 EncodeInstruction(instruction); in EncodeInstructions() 384 switch (instruction.opcode()) { in EncodeInstruction() 391 return EncodeMove(instruction); in EncodeInstruction() 407 return EncodeNew(instruction); in EncodeInstruction() 409 return EncodeCast(instruction); in EncodeInstruction() 414 return EncodeFieldOp(instruction); in EncodeInstruction() 420 if (instruction.args().size() == 0) { in EncodeReturn() 432 CHECK(instruction.dest().has_value()); in EncodeMove() 521 if (instruction.dest().has_value()) { in EncodeInvoke() [all …]
|
H A D | dex_builder.h | 347 void AddInstruction(Instruction instruction); 364 void EncodeInstruction(const Instruction& instruction); 369 void EncodeReturn(const Instruction& instruction, ::dex::Opcode opcode); 371 void EncodeMove(const Instruction& instruction); 372 void EncodeInvoke(const Instruction& instruction, ::dex::Opcode opcode); 373 void EncodeBranch(::dex::Opcode op, const Instruction& instruction); 374 void EncodeNew(const Instruction& instruction); 375 void EncodeCast(const Instruction& instruction); 376 void EncodeFieldOp(const Instruction& instruction);
|
/aosp14/frameworks/base/tools/lock_agent/ |
H A D | agent.cpp | 180 auto instruction = cIr->Alloc<Bytecode>(); in addInst() local 182 instruction->opcode = opcode; in addInst() 185 instruction->operands.push_back(*it); in addInst() 188 cIr->instructions.InsertBefore(instructionAfter, instruction); in addInst()
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 674 …ansmitApduLogicalChannelByPort(int slotIndex, int portIndex, int channel, int cla, int instruction, in iccTransmitApduLogicalChannelByPort() argument 696 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, in iccTransmitApduLogicalChannel() argument 718 int instruction, int p1, int p2, int p3, String data); in iccTransmitApduBasicChannelByPort() argument 737 String iccTransmitApduBasicChannel(int subId, String callingPackage, int cla, int instruction, in iccTransmitApduBasicChannel() argument
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 7354 int instruction, int p1, int p2, int p3, @Nullable String data) { in iccTransmitApduLogicalChannelBySlot() argument 7402 channel, cla, instruction, p1, p2, p3, data); in iccTransmitApduLogicalChannelByPort() 7440 int instruction, int p1, int p2, int p3, String data) { in iccTransmitApduLogicalChannel() argument 7442 instruction, p1, p2, p3, data); in iccTransmitApduLogicalChannel() 7469 int instruction, int p1, int p2, int p3, String data) { in iccTransmitApduLogicalChannel() argument 7474 instruction, p1, p2, p3, data); in iccTransmitApduLogicalChannel() 7519 cla, instruction, p1, p2, p3, data); in iccTransmitApduBasicChannelBySlot() 7589 int instruction, int p1, int p2, int p3, String data) { in iccTransmitApduBasicChannel() argument 7591 instruction, p1, p2, p3, data); in iccTransmitApduBasicChannel() 7616 int instruction, int p1, int p2, int p3, String data) { in iccTransmitApduBasicChannel() argument [all …]
|
/aosp14/system/core/rootdir/ |
H A D | init.rc | 439 # enable armv8_deprecated instruction hooks
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |