/external/google-breakpad/src/processor/ |
disassembler_x86_unittest.cc | 84 EXPECT_EQ(1U, dis.NextInstruction()); 92 EXPECT_EQ(0U, dis.NextInstruction()); 99 EXPECT_EQ(0U, dis.NextInstruction()); 105 EXPECT_EQ(2U, dis.NextInstruction()); 111 EXPECT_EQ(2U, dis.NextInstruction()); 116 EXPECT_EQ(2U, dis.NextInstruction()); 126 EXPECT_EQ(6U, dis.NextInstruction()); 132 EXPECT_EQ(3U, dis.NextInstruction()); 137 EXPECT_EQ(1U, dis.NextInstruction()); 141 EXPECT_EQ(5U, dis.NextInstruction()); [all...] |
disassembler_x86.h | 74 uint32_t NextInstruction();
|
exploitability_win.cc | 223 disassembler.NextInstruction(); 244 while (disassembler.NextInstruction() &&
|
disassembler_x86.cc | 57 uint32_t DisassemblerX86::NextInstruction() {
|
/external/v8/src/crankshaft/ |
lithium-allocator.cc | 194 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value(); 577 block->last_instruction_index()).NextInstruction(); 701 range->AddUseInterval(position, position.NextInstruction(), zone()); 702 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone()); [all...] |
lithium-allocator.h | 77 LifetimePosition NextInstruction() const {
|
/external/vixl/src/vixl/a64/ |
instructions-a64.h | 401 const Instruction* NextInstruction() const {
|
debugger-a64.cc | 580 current = current->NextInstruction()) { [all...] |
simulator-a64.h | 706 pc_ = pc_->NextInstruction(); [all...] |
simulator-a64.cc | 824 set_lr(instr->NextInstruction()); 847 set_lr(instr->NextInstruction()); [all...] |
/external/llvm/bindings/go/llvm/ |
ir.go | [all...] |