Home
last modified time | relevance | path

Searched refs:PostPatching (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dic-inl.h117 PostPatching(address, target, old_target); in SetTargetAtAddress()
Dic.h166 static void PostPatching(Address address, Code* target, Code* old_target);
Dic.cc422 void IC::PostPatching(Address address, Code* target, Code* old_target) { in PostPatching() function in v8::internal::IC