Home
last modified time | relevance | path

Searched refs:ICacheMatch (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.cc637 static bool ICacheMatch(void* one, void* two) { in ICacheMatch() function
741 i_cache_ = new base::CustomMatcherHashMap(&ICacheMatch); in Simulator()
/external/v8/src/mips/
Dsimulator-mips.cc787 static bool ICacheMatch(void* one, void* two) { in ICacheMatch() function
892 i_cache_ = new base::CustomMatcherHashMap(&ICacheMatch); in Simulator()
/external/v8/src/mips64/
Dsimulator-mips64.cc720 static bool ICacheMatch(void* one, void* two) { in ICacheMatch() function
824 i_cache_ = new base::CustomMatcherHashMap(&ICacheMatch); in Simulator()
/external/v8/src/arm/
Dsimulator-arm.cc558 static bool ICacheMatch(void* one, void* two) { in ICacheMatch() function
661 i_cache_ = new base::CustomMatcherHashMap(&ICacheMatch); in Simulator()
/external/v8/src/s390/
Dsimulator-s390.cc642 static bool ICacheMatch(void* one, void* two) { in ICacheMatch() function
1490 i_cache_ = new base::CustomMatcherHashMap(&ICacheMatch); in Simulator()