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

  /external/chromium_org/chrome_frame/
function_stub.h 78 return bypass_address_ !=
110 uintptr_t bypass_address() const { return bypass_address_; }
112 bypass_address_ = bypass_address;
136 uintptr_t bypass_address_; member in struct:FunctionStub
function_stub.cc 80 bypass_address_ = reinterpret_cast<uintptr_t>(&stub_.pop_return_addr_);
91 stub->bypass_target_addr_ = reinterpret_cast<uintptr_t>(&bypass_address_);

Completed in 429 milliseconds