HomeSort by relevance Sort by last modified time
    Searched refs:NextInstruction (Results 1 - 9 of 9) sorted by null

  /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/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 387 // hasNextInstruction and nextInstruction are used to iterate
398 auto NextInstruction = [&](Instruction *I) {
409 Cursor = NextInstruction(Cursor)) {
  /external/v8/src/crankshaft/
lithium-allocator.cc 197 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value();
579 block->last_instruction_index()).NextInstruction();
703 range->AddUseInterval(position, position.NextInstruction(), zone());
704 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone());
    [all...]
lithium-allocator.h 79 LifetimePosition NextInstruction() const {
  /external/vixl/src/aarch64/
instructions-aarch64.h 470 const Instruction* NextInstruction() const) {
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 86 milliseconds