Home
last modified time | relevance | path

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

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