Searched refs:NextInstruction (Results 1 – 13 of 13) sorted by relevance
/external/google-breakpad/src/processor/ |
D | disassembler_x86_unittest.cc | 84 EXPECT_EQ(1U, dis.NextInstruction()); in TEST() 92 EXPECT_EQ(0U, dis.NextInstruction()); in TEST() 99 EXPECT_EQ(0U, dis.NextInstruction()); in TEST() 105 EXPECT_EQ(2U, dis.NextInstruction()); in TEST() 111 EXPECT_EQ(2U, dis.NextInstruction()); in TEST() 116 EXPECT_EQ(2U, dis.NextInstruction()); in TEST() 126 EXPECT_EQ(6U, dis.NextInstruction()); in TEST() 132 EXPECT_EQ(3U, dis.NextInstruction()); in TEST() 137 EXPECT_EQ(1U, dis.NextInstruction()); in TEST() 141 EXPECT_EQ(5U, dis.NextInstruction()); in TEST() [all …]
|
D | exploitability_win.cc | 223 disassembler.NextInstruction(); in CheckPlatformExploitability() 244 while (disassembler.NextInstruction() && in CheckPlatformExploitability()
|
D | disassembler_x86.h | 74 uint32_t NextInstruction();
|
D | disassembler_x86.cc | 57 uint32_t DisassemblerX86::NextInstruction() { in NextInstruction() function in google_breakpad::DisassemblerX86
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 189 pos.NextInstruction().InstructionEnd().Value(); in CanBeSpilled() 567 block->last_instruction_index()).NextInstruction(); in AddInitialIntervals() 682 range->AddUseInterval(position, position.NextInstruction(), zone()); in Define() 683 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone()); in Define() 1342 LifetimePosition::FromInstructionIndex(end_index).NextInstruction(); in BuildLiveRanges() 1572 next_pos = next_pos.NextInstruction(); in AllocateRegisters() 1581 current->Start().NextInstruction().Value()) { in AllocateRegisters()
|
D | register-allocator.h | 75 LifetimePosition NextInstruction() const { in NextInstruction() function
|
/external/v8/src/ |
D | lithium-allocator.cc | 193 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value(); in CanBeSpilled() 577 block->last_instruction_index()).NextInstruction(); in AddInitialIntervals() 701 range->AddUseInterval(position, position.NextInstruction(), zone()); in Define() 702 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone()); in Define() 1320 back_edge->last_instruction_index()).NextInstruction(); in BuildLiveRanges() 1533 next_pos = next_pos.NextInstruction(); in AllocateRegisters() 1542 current->Start().NextInstruction().Value()) { in AllocateRegisters()
|
D | lithium-allocator.h | 79 LifetimePosition NextInstruction() const { in NextInstruction() function
|
/external/vixl/src/vixl/a64/ |
D | instructions-a64.h | 400 const Instruction* NextInstruction() const { in NextInstruction() function
|
D | debugger-a64.cc | 566 current = current->NextInstruction()) { in PrintInstructions()
|
D | simulator-a64.cc | 841 set_lr(instr->NextInstruction()); in VisitUnconditionalBranch() 864 set_lr(instr->NextInstruction()); in VisitUnconditionalBranchToRegister()
|
D | simulator-a64.h | 819 pc_ = pc_->NextInstruction(); in increment_pc()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1134 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func
|