Home
last modified time | relevance | path

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

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