Searched defs:insn (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir-inl.h | 43 LIR* insn = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), ArenaAllocator::kAllocLIR)); in RawLIR() local 70 LIR* insn = RawLIR(current_dalvik_offset_, opcode); in NewLIR0() local 80 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest); in NewLIR1() local 90 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1); in NewLIR2() local 100 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2); in NewLIR3() local 110 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info); in NewLIR4() local 121 LIR* insn = RawLIR(current_dalvik_offset_, opcode, dest, src1, src2, info1, info2); in NewLIR5() local
|
/art/compiler/dex/ |
D | mir_graph.cc | 133 MIR* insn = orig_block->first_mir_insn; in SplitBlock() local 278 BasicBlock* MIRGraph::ProcessCanBranch(BasicBlock* cur_block, MIR* insn, int cur_offset, int width, in ProcessCanBranch() 344 void MIRGraph::ProcessCanSwitch(BasicBlock* cur_block, MIR* insn, int cur_offset, int width, in ProcessCanSwitch() 420 BasicBlock* MIRGraph::ProcessCanThrow(BasicBlock* cur_block, MIR* insn, int cur_offset, int width, in ProcessCanThrow() 579 MIR *insn = static_cast<MIR *>(arena_->Alloc(sizeof(MIR), ArenaAllocator::kAllocMIR)); in InlineMethod() local 881 DecodedInstruction insn = mir->dalvikInsn; in GetDalvikDisassembly() local
|
/art/runtime/ |
D | dex_instruction.cc | 202 uint16_t insn = *insns; in CanFlowThrough() local 209 uint16_t insn = *insns; in Decode() local 376 const uint16_t* insn = reinterpret_cast<const uint16_t*>(this); in DumpHex() local
|