HomeSort by relevance Sort by last modified time
    Searched refs:InstructionAt (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/src/compiler/
frame-elider.h 32 Instruction* InstructionAt(int index) const;
frame-elider.cc 26 const Instruction* instr = InstructionAt(i);
57 InstructionAt(block->last_instruction_index());
161 Instruction* FrameElider::InstructionAt(int index) const {
162 return code_->InstructionAt(index);
jump-threading.cc 79 Instruction* instr = code->InstructionAt(i);
158 Instruction* instr = code->InstructionAt(i);
register-allocator.cc 69 return code->InstructionAt(block->last_instruction_index());
874 Instruction* instr = sequence->InstructionAt(to_spill->gap_index);
    [all...]
code-generator.cc 310 Instruction* instr = code()->InstructionAt(i);
412 instr != code()->InstructionAt(block->last_instruction_index()) ||
    [all...]
instruction.cc 720 printable_instr.instr_ = code->InstructionAt(j);
843 return InstructionAt(block->code_start());
    [all...]
graph-visualizer.cc 544 instructions->InstructionAt(j)};
instruction.h     [all...]
  /external/v8/src/crankshaft/
lithium-allocator-inl.h 38 LInstruction* LAllocator::InstructionAt(int index) {
lithium-allocator.cc 613 LInstruction* instr = InstructionAt(pos);
762 if (i < end) instr = InstructionAt(i + 1);
763 if (i > start) prev_instr = InstructionAt(i - 1);
867 LInstruction* instr = InstructionAt(index);
933 LInstruction* instr = InstructionAt(index);
    [all...]
lithium-allocator.h 509 inline LInstruction* InstructionAt(int index);
  /art/libdexfile/dex/
code_item_accessors.h 55 const Instruction& InstructionAt(uint32_t dex_pc) const {
  /external/v8/src/arm64/
code-stubs-arm64.h 136 Instruction* instr1 = patcher.InstructionAt(0);
137 Instruction* instr2 = patcher.InstructionAt(kInstructionSize);
assembler-arm64.cc 527 Instruction* instr = assm_->InstructionAt(offset_it->second);
543 Instruction* instr = assm_->InstructionAt(unique_it->second);
631 Instruction * link = InstructionAt(linkoffset);
650 Instruction* link = InstructionAt(label->pos());
748 Instruction* link = InstructionAt(linkoffset);
839 Instruction * link = InstructionAt(link_offset);
    [all...]
  /art/dexdump/
dexdump_cfg.cc 296 const Instruction* inst = &accessor.InstructionAt(dex_pc);
  /art/compiler/optimizing/
block_builder.cc 258 const Instruction& first = code_item_accessor_.InstructionAt(catch_block->GetDexPc());
  /art/compiler/dex/
dex_to_dex_compiler.cc 365 const Instruction& inst = instructions.InstructionAt(info.dex_pc);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/
art_method.cc 308 const Instruction& first_catch_instr = accessor.InstructionAt(found_dex_pc);
    [all...]
common_throws.cc 578 const Instruction& instr = accessor.InstructionAt(throw_dex_pc);
    [all...]
instrumentation.cc     [all...]
monitor.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 515 const Instruction* instr = &accessor.InstructionAt(dex_pc);
  /art/dex2oat/
dex2oat_test.cc     [all...]

Completed in 642 milliseconds

1 2