Searched refs:NextInstruction (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 407 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local 418 Cursor = NextInstruction(Cursor)) { in findLocationForEntrySafepoint()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 398 auto NextInstruction = [&](Instruction *I) { in findLocationForEntrySafepoint() local 409 Cursor = NextInstruction(Cursor)) { in findLocationForEntrySafepoint()
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 472 const Instruction* NextInstruction() const) {
|
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 608 F(NextInstruction, WasmOpcode) \ 1429 CALL_INTERFACE_IF_REACHABLE(NextInstruction, opcode); in DecodeFunctionBody()
|
D | function-body-decoder.cc | 143 void NextInstruction(FullDecoder*, WasmOpcode) {} in NextInstruction() function in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 443 void NextInstruction(FullDecoder* decoder, WasmOpcode opcode) { in NextInstruction() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1204 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return } func
|