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

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

Completed in 182 milliseconds