Home
last modified time | relevance | path

Searched refs:IndexTypeOf (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_test.cc27 EXPECT_EQ(Instruction::kIndexNone, Instruction::IndexTypeOf(nop)); in TEST()
Ddex_instruction.h537 static IndexType IndexTypeOf(Code opcode) { in IndexTypeOf() function
/art/dexdump/
Ddexdump.cc900 switch (Instruction::IndexTypeOf(pDecInsn->Opcode())) { in indexString()
1065 if (Instruction::IndexTypeOf(pDecInsn->Opcode()) != Instruction::kIndexNone) { in dumpInstruction()