Searched refs:ICacheMatch (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | simulator-base.cc | 37 i_cache_ = new base::CustomMatcherHashMap(&Simulator::ICacheMatch); in InitializeOncePerProcess()
|
/external/v8/src/ppc/ |
D | simulator-ppc.h | 191 static bool ICacheMatch(void* one, void* two);
|
D | simulator-ppc.cc | 640 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/arm/ |
D | simulator-arm.h | 184 static bool ICacheMatch(void* one, void* two);
|
D | simulator-arm.cc | 550 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 261 static bool ICacheMatch(void* one, void* two);
|
D | simulator-mips64.cc | 716 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/mips/ |
D | simulator-mips.h | 259 static bool ICacheMatch(void* one, void* two);
|
D | simulator-mips.cc | 784 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/s390/ |
D | simulator-s390.h | 188 static bool ICacheMatch(void* one, void* two);
|
D | simulator-s390.cc | 643 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/arm64/ |
D | simulator-arm64.h | 649 static bool ICacheMatch(void* one, void* two) { return false; } in ICacheMatch() function
|