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

  /external/chromium_org/chrome_frame/
function_stub.h 24 uint8 pop_return_addr_; // pop eax member in struct:FunctionStubAsm
79 reinterpret_cast<uintptr_t>(&stub_.pop_return_addr_);
134 // Bypass address, if this is the address of the pop_return_addr_, the
function_stub.cc 80 bypass_address_ = reinterpret_cast<uintptr_t>(&stub_.pop_return_addr_);
92 stub->pop_return_addr_ = POP_EAX;

Completed in 480 milliseconds