Home
last modified time | relevance | path

Searched refs:currentInstruction (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Ddisassembler_x86.h81 const libdis::x86_insn_t* currentInstruction() { in currentInstruction() function
Ddisassembler_x86_unittest.cc89 const libdis::x86_insn_t* instruction = dis.currentInstruction(); in TEST()
94 EXPECT_EQ(NULL, dis.currentInstruction()); in TEST()