Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h449 static int VerifyFlagsOf(Code opcode) { in VerifyFlagsOf() function
/art/compiler/dex/
Dmir_graph.cc734 int verify_flags = Instruction::VerifyFlagsOf(insn->dalvikInsn.opcode); in InlineMethod()