HomeSort by relevance Sort by last modified time
    Searched refs:FlagsOf (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dex_instruction_test.cc 27 EXPECT_EQ(Instruction::kContinue, Instruction::FlagsOf(nop));
dex_instruction.cc 102 return FlagsOf(opcode) & Instruction::kContinue;
dex_instruction.h 469 static int FlagsOf(Code opcode) {
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 73 milliseconds