Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:accesses

204         property accesses) so the two paths are now identical.
1695 (unlike a regular get_by_id, which can only handle 'self' accesses inline), and then performs
1696 an immediate load of the function value, rather than using memory accesses to load the value
7723 "Cached prototype accesses unsafely hoist property storage load above structure checks."
16409 Segfault when caching property accesses to primitive cells.
19695 for self and proto accesses (implemented by allowing multiple trampolines to be JIT genertaed,
19698 accesses (since in JS style inheritance hierarchies you may commonly see a mix of properties
19870 Very similar to caching of prototype accesses, described below.
20036 Add support for (really) polymorphic caching of prototype accesses.
26898 (2) In the case of property accesses, search with a binary chop over the data.
30780 down on memory accesses in the calling convention.
34688 Accelerated property accesses.
34693 and property map offset once these are known. In the case of accesses to the
34701 For regular get_by_id/put_by_id accesses to an object, a StructureID in an
34704 of more complex accesses (array length and get_by_id_prototype) the offset on
36842 Implement fast array accesses in CTI - 2-3% progression on sunspider.