OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destination_function
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/
function_stub.h
115
uintptr_t
destination_function
() const { return destination_function_; }
function in struct:FunctionStub
116
void set_destination_function(uintptr_t
destination_function
) {
117
destination_function_ =
destination_function
;
vtable_patch_manager.cc
97
DCHECK(stub->
destination_function
() ==
159
DCHECK(it->stub_->
destination_function
() ==
function_stub_unittest.cc
131
EXPECT_EQ(dest_fn, stub_->
destination_function
());
Completed in 2566 milliseconds