Searched refs:ICacheMatch (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/execution/ |
D | simulator-base.cc | 36 i_cache_ = new base::CustomMatcherHashMap(&Simulator::ICacheMatch); in InitializeOncePerProcess()
|
/external/v8/src/execution/ppc/ |
D | simulator-ppc.h | 199 static bool ICacheMatch(void* one, void* two);
|
D | simulator-ppc.cc | 629 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/execution/arm/ |
D | simulator-arm.h | 265 static bool ICacheMatch(void* one, void* two);
|
D | simulator-arm.cc | 548 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/execution/mips/ |
D | simulator-mips.h | 322 static bool ICacheMatch(void* one, void* two);
|
D | simulator-mips.cc | 763 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/execution/mips64/ |
D | simulator-mips64.h | 324 static bool ICacheMatch(void* one, void* two);
|
D | simulator-mips64.cc | 705 bool Simulator::ICacheMatch(void* one, void* two) { in ICacheMatch() function in v8::internal::Simulator
|
/external/v8/src/execution/s390/ |
D | simulator-s390.h | 193 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/execution/arm64/ |
D | simulator-arm64.h | 647 static bool ICacheMatch(void* one, void* two) { return false; } in ICacheMatch() function
|