Searched refs:kVerifyRuntimeOnly (Results 1 – 2 of 2) sorted by relevance
57 int forbidden_flags = (Instruction::kVerifyError | Instruction::kVerifyRuntimeOnly); in VerifyClassData()
199 kVerifyRuntimeOnly = 0x0200000, enumerator629 return (kInstructionDescriptors[Opcode()].verify_flags & kVerifyRuntimeOnly) != 0; in GetVerifyIsRuntimeOnly()