Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dsimulator-base.cc36 i_cache_ = new base::CustomMatcherHashMap(&Simulator::ICacheMatch); in InitializeOncePerProcess()
/external/v8/src/execution/ppc/
Dsimulator-ppc.h199 static bool ICacheMatch(void* one, void* two);
Dsimulator-ppc.cc629 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/execution/arm/
Dsimulator-arm.h265 static bool ICacheMatch(void* one, void* two);
Dsimulator-arm.cc548 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/execution/mips/
Dsimulator-mips.h322 static bool ICacheMatch(void* one, void* two);
Dsimulator-mips.cc763 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/execution/mips64/
Dsimulator-mips64.h324 static bool ICacheMatch(void* one, void* two);
Dsimulator-mips64.cc705 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
/external/v8/src/execution/s390/
Dsimulator-s390.h193 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/execution/arm64/
Dsimulator-arm64.h647 static bool ICacheMatch(void* one, void* two) { return false; } in ICacheMatch() function