/external/chromium_org/v8/src/mips/ |
H A D | simulator-mips.h | 233 static void FlushICache(v8::internal::HashMap* i_cache, void* start, 332 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr); 333 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start, 335 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
|
H A D | simulator-mips.cc | 802 void Simulator::FlushICache(v8::internal::HashMap* i_cache, argument 813 FlushOnePage(i_cache, start, bytes_to_flush); 820 FlushOnePage(i_cache, start, size); 825 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { argument 826 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 838 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, argument 847 CachePage* cache_page = GetCachePage(i_cache, page); 853 void Simulator::CheckICache(v8::internal::HashMap* i_cache, argument 859 CachePage* cache_page = GetCachePage(i_cache, page);
|
/external/v8/src/arm/ |
H A D | simulator-arm.h | 202 static void FlushICache(v8::internal::HashMap* i_cache, void* start, 318 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr); 319 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start, 321 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
|
H A D | simulator-arm.cc | 655 void Simulator::FlushICache(v8::internal::HashMap* i_cache, argument 666 FlushOnePage(i_cache, start, bytes_to_flush); 673 FlushOnePage(i_cache, start, size); 678 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { argument 679 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 691 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, argument 700 CachePage* cache_page = GetCachePage(i_cache, page); 706 void Simulator::CheckICache(v8::internal::HashMap* i_cache, argument 712 CachePage* cache_page = GetCachePage(i_cache, page);
|
/external/v8/src/mips/ |
H A D | simulator-mips.h | 229 static void FlushICache(v8::internal::HashMap* i_cache, void* start, 329 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr); 330 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start, 332 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
|
H A D | simulator-mips.cc | 802 void Simulator::FlushICache(v8::internal::HashMap* i_cache, argument 813 FlushOnePage(i_cache, start, bytes_to_flush); 820 FlushOnePage(i_cache, start, size); 825 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { argument 826 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 838 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, argument 847 CachePage* cache_page = GetCachePage(i_cache, page); 853 void Simulator::CheckICache(v8::internal::HashMap* i_cache, argument 859 CachePage* cache_page = GetCachePage(i_cache, page);
|
/external/chromium_org/v8/src/arm/ |
H A D | simulator-arm.h | 239 static void FlushICache(v8::internal::HashMap* i_cache, void* start, 357 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr); 358 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start, 360 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
|
H A D | simulator-arm.cc | 656 void Simulator::FlushICache(v8::internal::HashMap* i_cache, argument 667 FlushOnePage(i_cache, start, bytes_to_flush); 674 FlushOnePage(i_cache, start, size); 679 CachePage* Simulator::GetCachePage(v8::internal::HashMap* i_cache, void* page) { argument 680 v8::internal::HashMap::Entry* entry = i_cache->Lookup(page, 692 void Simulator::FlushOnePage(v8::internal::HashMap* i_cache, argument 701 CachePage* cache_page = GetCachePage(i_cache, page); 707 void Simulator::CheckICache(v8::internal::HashMap* i_cache, argument 713 CachePage* cache_page = GetCachePage(i_cache, page);
|