Searched refs:caches (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DChildNodeList.h34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) argument
36 return adoptRef(new ChildNodeList(rootNode, caches));
H A DDynamicNodeList.cpp39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) argument
41 , m_caches(caches)
155 // This should only be called for node lists that own their own caches.
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
H A Djstemplate_test.js302 var caches = [];
303 caches.push(JstProcessor.prepareNode_(t));
304 caches.push(JstProcessor.prepareNode_(t));
306 caches[0], caches[1]);
/external/oprofile/events/i386/nehalem/
H A Devents55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
H A Dunit_masks46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed
48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks124 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks113 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/v8/src/
H A Dbootstrapper.cc1697 Handle<FixedArray> caches = FACTORY->NewFixedArray(kNumberOfCaches, TENURED); local
1703 caches->set(index++, cache); \
1710 global_context()->set_jsfunction_result_caches(*caches);
H A Dheap.cc640 // Get the caches for this context:
641 FixedArray* caches = local
643 // Clear the caches:
644 int length = caches->length();
646 JSFunctionResultCache::cast(caches->get(i))->Clear();
/external/oprofile/events/x86-64/family10/
H A Dunit_masks132 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php538 * Wether the caches needed for parsing are built or not
1780 * Setup caches needed for styling. This is automatically called in
1833 * Setup caches needed for parsing. This is automatically called in parse_code() when appropriate.
1834 * This function makes stylesheet generators much faster as they do not need these caches.
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm2132 // Turning on checks also invalidates inline caches of the object.
/external/iproute2/doc/
H A Dip-cref.tex3095 sends unsolicited ARP to update the caches of other hosts sharing

Completed in 2372 milliseconds