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.cc95 return FlagsOf(opcode) & Instruction::kContinue; in CanFlowThrough()
Ddex_instruction.h535 static uint8_t FlagsOf(Code opcode) { in FlagsOf() function
/art/tools/veridex/
Dflow_analysis.cc187 return Instruction::FlagsOf(instruction.Opcode()); in GetBranchFlags()
/art/runtime/verifier/
Dmethod_verifier.cc2038 int opcode_flags = Instruction::FlagsOf(inst->Opcode()); in CodeFlowVerifyInstruction()
5474 int opcode_flags = Instruction::FlagsOf(inst.Opcode()); in Fail()