Home
last modified time | relevance | path

Searched refs:NextInstruction (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
Ddisassembler_x86_unittest.cc84 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 …]
Dexploitability_win.cc219 disassembler.NextInstruction(); in CheckPlatformExploitability()
240 while (disassembler.NextInstruction() && in CheckPlatformExploitability()
Ddisassembler_x86.h74 uint32_t NextInstruction();
Ddisassembler_x86.cc56 uint32_t DisassemblerX86::NextInstruction() { in NextInstruction() function in google_breakpad::DisassemblerX86
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp398 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
409 Cursor = NextInstruction(Cursor)) { in findLocationForEntrySafepoint()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp405 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
416 Cursor = NextInstruction(Cursor)) { in findLocationForEntrySafepoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp404 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local
415 Cursor = NextInstruction(Cursor)) { in findLocationForEntrySafepoint()
/external/vixl/src/aarch64/
Dinstructions-aarch64.h646 const Instruction* NextInstruction() const) {
/external/llvm/bindings/go/llvm/
Dir.go1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1266 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func