Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h203 kVerifyRegBPrototype = 0x4000000, enumerator
Ddex_instruction_list.h277 …onst-method-type", k21c, kIndexProtoRef, kContinue | kThrow, 0, kVerifyRegA | kVerifyRegBPrototype)
/art/runtime/verifier/
Dmethod_verifier.cc1106 case Instruction::kVerifyRegBPrototype: in VerifyInstruction()