Home
last modified time | relevance | path

Searched refs:GetVerifyIsRuntimeOnly (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h628 bool GetVerifyIsRuntimeOnly() const { in GetVerifyIsRuntimeOnly() function
/art/runtime/verifier/
Dmethod_verifier.cc1307 if (!kAllowRuntimeOnlyInstructions && inst->GetVerifyIsRuntimeOnly()) { in VerifyInstruction()