HomeSort by relevance Sort by last modified time
    Searched refs:PolymorphicCodeCache (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/v8/src/
incremental-marking.cc 800 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache();
803 PolymorphicCodeCache::kSize);
    [all...]
stub-cache.cc 586 Handle<PolymorphicCodeCache> cache =
603 PolymorphicCodeCache::Update(cache, receiver_maps, flags, code);
641 Handle<PolymorphicCodeCache> cache =
652 PolymorphicCodeCache::Update(cache, receiver_maps, flags, code);
    [all...]
objects-debug.cc 405 void PolymorphicCodeCache::PolymorphicCodeCacheVerify() {
    [all...]
objects.h 565 V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache) \
    [all...]
heap.h 175 V(PolymorphicCodeCache, polymorphic_code_cache, PolymorphicCodeCache) \
    [all...]
objects-printer.cc 595 void PolymorphicCodeCache::PolymorphicCodeCachePrint(FILE* out) {
596 HeapObject::PrintHeader(out, "PolymorphicCodeCache");
    [all...]
objects.cc     [all...]
heap.cc     [all...]
objects-inl.h     [all...]
  /external/v8/src/
incremental-marking.cc 684 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache();
687 PolymorphicCodeCache::kSize);
heap.h 144 V(PolymorphicCodeCache, polymorphic_code_cache, PolymorphicCodeCache) \
636 // Allocates an empty PolymorphicCodeCache.
    [all...]
objects-debug.cc 326 void PolymorphicCodeCache::PolymorphicCodeCacheVerify() {
objects-printer.cc 555 void PolymorphicCodeCache::PolymorphicCodeCachePrint(FILE* out) {
556 HeapObject::PrintHeader(out, "PolymorphicCodeCache");
objects.h 446 V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache) \
    [all...]
ic.cc     [all...]
objects.cc     [all...]
objects-inl.h     [all...]
heap.cc     [all...]

Completed in 63 milliseconds