Home
last modified time | relevance | path

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

/external/v8/src/
Dsimulator-base.cc37 i_cache_ = new base::CustomMatcherHashMap(&Simulator::ICacheMatch); in InitializeOncePerProcess()
/external/v8/src/ppc/
Dsimulator-ppc.h191 static bool ICacheMatch(void* one, void* two);
Dsimulator-ppc.cc640 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/arm/
Dsimulator-arm.h184 static bool ICacheMatch(void* one, void* two);
Dsimulator-arm.cc550 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/mips64/
Dsimulator-mips64.h261 static bool ICacheMatch(void* one, void* two);
Dsimulator-mips64.cc716 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/mips/
Dsimulator-mips.h259 static bool ICacheMatch(void* one, void* two);
Dsimulator-mips.cc784 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/s390/
Dsimulator-s390.h188 static bool ICacheMatch(void* one, void* two);
Dsimulator-s390.cc643 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/arm64/
Dsimulator-arm64.h649 static bool ICacheMatch(void* one, void* two) { return false; } in ICacheMatch() function