OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostPatching
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/
ic-inl.h
95
PostPatching
(address, target, old_target);
ic.h
168
static void
PostPatching
(Address address, Code* target, Code* old_target);
ic.cc
309
void IC::
PostPatching
(Address address, Code* target, Code* old_target) {
[
all
...]
/external/chromium_org/v8/src/
ic-inl.h
99
PostPatching
(address, target, old_target);
ic.h
206
static void
PostPatching
(Address address, Code* target, Code* old_target);
[
all
...]
ic.cc
442
void IC::
PostPatching
(Address address, Code* target, Code* old_target) {
[
all
...]
Completed in 48 milliseconds