Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_test.cc28 EXPECT_EQ(Instruction::kContinue, Instruction::FlagsOf(nop)); in TEST()
Ddex_instruction.cc96 return FlagsOf(opcode) & Instruction::kContinue; in CanFlowThrough()
Ddex_instruction.h542 static uint8_t FlagsOf(Code opcode) { in FlagsOf() function
/art/tools/veridex/
Dflow_analysis.cc205 return Instruction::FlagsOf(instruction.Opcode()); in GetBranchFlags()
/art/runtime/verifier/
Dmethod_verifier.cc2005 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction()
4912 if ((Instruction::FlagsOf(opcode) & Instruction::kThrow) == 0 && in PotentiallyMarkRuntimeThrow()