Home
last modified time | relevance | path

Searched refs:IndexTypeOf (Results 1 – 5 of 5) 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.cc839 switch (Instruction::IndexTypeOf(pDecInsn->Opcode())) { in indexString()
998 if (Instruction::IndexTypeOf(pDecInsn->Opcode()) != Instruction::kIndexNone) { in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc395 switch (Instruction::IndexTypeOf(dec_insn->Opcode())) { in IndexString()
854 if (Instruction::IndexTypeOf(dec_insn->Opcode()) != Instruction::kIndexNone) { in DumpInstruction()
Ddex_ir_builder.cc1061 switch (Instruction::IndexTypeOf(dec_insn->Opcode())) { in GetIdFromInstruction()