Searched refs:instruction_ptr (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dexploitability_win.cc107 uint64_t instruction_ptr = 0; local
112 instruction_ptr = context->GetContextX86()->eip;
116 instruction_ptr = context->GetContextAMD64()->rip;
124 if (instruction_ptr <= (stack_ptr + kProbableStackOffset) &&
125 instruction_ptr >= (stack_ptr - kProbableStackOffset))
205 memory_list->GetMemoryRegionForAddress(instruction_ptr);
212 instruction_ptr - instruction_region->GetBase();
222 instruction_ptr);

Completed in 38 milliseconds