Searched refs:APUT_BOOLEAN (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 98 APUT_BOOLEAN, enumConstant
|
D | Instruction.java | 400 addOpcodeInfo(Opcode.APUT_BOOLEAN, "aput-boolean", 0x4e, new Format23x()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | common_throws.cc | 549 case Instruction::APUT_BOOLEAN: in IsValidImplicitCheck() 694 case Instruction::APUT_BOOLEAN: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 100 …V(0x4E, APUT_BOOLEAN, "aput-boolean", k23x, kIndexNone, kContinue | kThrow, kStore, kVerifyRegA | …
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1233 case Instruction::APUT_BOOLEAN: in HasTrivialClinit()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1321 ALWAYS_INLINE void APUT_BOOLEAN() REQUIRES_SHARED(Locks::mutator_lock_) { in APUT_BOOLEAN() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2808 case Instruction::APUT_BOOLEAN: in CodeFlowVerifyInstruction()
|