Searched refs:speculative (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.cpp98 void JITCompiler::compileBody(SpeculativeJIT& speculative) argument
100 // We generate the speculative code path, followed by OSR exit code to return
108 bool compiledSpeculative = speculative.compile();
247 SpeculativeJIT speculative(*this);
248 compileBody(speculative);
252 speculative.runSlowPathGenerators();
258 speculative.createOSREntries();
265 speculative.linkOSREntries(linkBuffer);
300 SpeculativeJIT speculative(*this);
301 compileBody(speculative);
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_page.h87 * VM_PAGE_SPECULATIVE_AGED_Q is a list of the speculative pages that have
94 * memory pressure to pull them from the bin, or there are no new speculative pages
100 * defines the amount of time a speculative page is normally
103 * pages)... however, if the total number of speculative pages
120 * memory queue for speculative pages via clustered pageins
189 speculative:1, /* page is in speculative list (P) */ member in struct:vm_page
435 unsigned int vm_page_speculative_count; /* How many speculative pages are unclaimed? */
803 assert(!mem->inactive && !mem->speculative); \
826 assert(!mem->inactive && !mem->speculative); \
[all...]
H A Dvm_resident.c531 m->speculative = FALSE;
1593 if (mem->active || mem->inactive || mem->speculative) {
1948 assert(!mem->speculative);
2042 assert(!mem->speculative);
2388 VM_PAGE_QUEUES_REMOVE(mem); /* clears local/active/inactive/throttled/speculative */
2511 assert(!mem->speculative);
3002 if (m->speculative) {
3070 * Put the specified page on the speculative list (if appropriate).
3152 m->speculative = TRUE;
3175 * the speculative bi
[all...]
H A Dvm_pageout.c1650 * XXX We've scanned all the speculative
1658 "all speculative queues empty "
1665 Debugger("vm_pageout_scan: no speculative pages");
4727 * speculative list
4861 user_page_list[entry].speculative = dst_page->speculative;
4863 user_page_list[entry].speculative = FALSE;
4872 * speculative cluster... so leave it alone
4877 * update clustered and speculative state
6046 } else if (should_be_throttled == TRUE && !m->active && !m->inactive && !m->speculative
[all...]
H A Dvm_fault.c1294 if (type_of_fault == NULL && m->speculative &&
1301 * needs to see m->speculative to correctly
1303 * take it off the speculative queue, we'll
1309 * the page in the speculative queue.
1312 if (m->speculative)
2905 * in the speculative state so
2917 if (!m->speculative)
H A Dvm_map.c12990 if (m->speculative)
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmemory_object_types.h414 speculative:1, /* page is valid, but not yet accessed */ member in struct:upl_page_info
513 * turn off any speculative read-ahead applied at the I/O layer
525 * memory synchronization operation... no speculative clustering
643 (((upl)[(index)].phys_addr != 0) ? ((upl)[(index)].speculative) : FALSE)
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssec-signzone.c659 isc_boolean_t speculative)
674 hash[len++] = speculative ? 1 : 0;
695 * Skip initial speculative wild card hashs.
656 hashlist_add_dns_name(hashlist_t *l, dns_name_t *name, unsigned int hashalg, unsigned int iterations, const unsigned char *salt, size_t salt_length, isc_boolean_t speculative) argument

Completed in 240 milliseconds