Searched refs:kVerifyVarArg (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction.h | 195 kVerifyVarArg = 0x0020000, enumerator 624 kVerifyBranchTarget | kVerifySwitchTargets | kVerifyVarArg | kVerifyVarArgNonZero | in GetVerifyExtraFlags()
|
D | dex_instruction_list.h | 58 …d-new-array", k35c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRegBType | kVerifyVarArg) \ 135 …atic", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVerifyRegBMethod | kVerifyVarArg) \ 274 …oke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyRegBCallSite | kVerifyVarArg) \
|
D | dex_instruction.cc | 490 ((v) & (kVerifyVarArg | kVerifyVarArgNonZero)) != 0), \
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1283 case Instruction::kVerifyVarArg: { in VerifyInstruction()
|