Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_list.h274 …, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyRegBCallSite | kVerifyVa…
275 …oke-custom/range", k3rc, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyRegBCallSite | kVerifyVa…
Ddex_instruction.h201 kVerifyRegBCallSite = 0x1000000, enumerator
/art/runtime/verifier/
Dmethod_verifier.cc1100 case Instruction::kVerifyRegBCallSite: in VerifyInstruction()