Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_redir.h76 extern void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from );
Dm_redir.c770 void VG_(redir_add_ifunc_target)( Addr old_from, Addr new_from ) in VG_()
779 new.from_addr = new_from; in VG_()
787 old_from, new_from, new.to_addr ); in VG_()
/external/v8/src/regexp/
Djsregexp.cc6033 int new_from = Min(to_replace.from(), from); in InsertRangeInCanonicalList() local
6035 list->at(start_pos) = CharacterRange::Range(new_from, new_to); in InsertRangeInCanonicalList()
6041 int new_from = Min(list->at(start_pos).from(), from); in InsertRangeInCanonicalList() local
6046 list->at(start_pos) = CharacterRange::Range(new_from, new_to); in InsertRangeInCanonicalList()