HomeSort by relevance Sort by last modified time
    Searched full:polymorphiccodecache (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
incremental-marking.cc 684 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache();
687 PolymorphicCodeCache::kSize);
objects-printer.cc 555 void PolymorphicCodeCache::PolymorphicCodeCachePrint(FILE* out) {
556 HeapObject::PrintHeader(out, "PolymorphicCodeCache");
objects-debug.cc 326 void PolymorphicCodeCache::PolymorphicCodeCacheVerify() {
heap.h 144 V(PolymorphicCodeCache, polymorphic_code_cache, PolymorphicCodeCache) \
636 // Allocates an empty PolymorphicCodeCache.
    [all...]
ic.cc     [all...]
objects.h 446 V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache) \
    [all...]
objects.cc     [all...]
objects-inl.h     [all...]
heap.cc     [all...]

Completed in 207 milliseconds