Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc773 int verify_flags = Instruction::VerifyFlagsOf(insn->dalvikInsn.opcode); in InlineMethod() local
844 if (verify_flags & Instruction::kVerifyVarArgRange || in InlineMethod()
845 verify_flags & Instruction::kVerifyVarArgRangeNonZero) { in InlineMethod()