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

  /external/chromium_org/v8/src/ic/
ic-compiler.cc 248 Handle<PolymorphicCodeCache> cache =
267 PolymorphicCodeCache::Update(cache, receiver_maps, flags, code);
291 Handle<PolymorphicCodeCache> cache =
303 PolymorphicCodeCache::Update(cache, receiver_maps, flags, code);
  /external/chromium_org/v8/tools/
v8heapconst.py 250 ("OLD_POINTER_SPACE", 0x110fd): "PolymorphicCodeCache",
  /external/chromium_org/v8/src/heap/
incremental-marking.cc 733 PolymorphicCodeCache* poly_cache = heap_->polymorphic_code_cache();
736 PolymorphicCodeCache::kSize);
    [all...]
heap.h 168 V(PolymorphicCodeCache, polymorphic_code_cache, PolymorphicCodeCache) \
    [all...]
heap.cc     [all...]
  /external/chromium_org/v8/src/
objects-printer.cc 474 void PolymorphicCodeCache::PolymorphicCodeCachePrint(OStream& os) { // NOLINT
475 HeapObject::PrintHeader(os, "PolymorphicCodeCache");
    [all...]
objects-debug.cc 343 void PolymorphicCodeCache::PolymorphicCodeCacheVerify() {
    [all...]
objects.h 534 V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache) \
    [all...]
objects.cc     [all...]
objects-inl.h     [all...]

Completed in 442 milliseconds