Home
last modified time | relevance | path

Searched refs:kVerifyRegBMethodHandle (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h203 kVerifyRegBMethodHandle = 0x2000000, enumerator
Ddex_instruction_list.h276 …ndle", k21c, kIndexMethodHandleRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegBMethodHandle) \
/art/runtime/verifier/
Dmethod_verifier.cc1236 case Instruction::kVerifyRegBMethodHandle: in VerifyInstruction()