HomeSort by relevance Sort by last modified time
    Searched refs:Phantom (Results 1 - 4 of 4) sorted by null

  /external/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes."
39 stuff(z); // Force a Flush, and then a Phantom on the GetLocal of x.
50 // Trick to delay control flow graph simplification until after the flush of x above gets turned into a phantom.
dfg-phantom-base.js 25 "Tests that we use Phantom on the base of put_by_base correctly."
dfg-phantom-get-local.js 25 "Tests that Phantom(GetLocal) is treated as being relevant to OSR."
  /external/v8/src/
global-handles.h 127 // For a phantom weak reference, the callback does not have access to the
128 // dying object. Phantom weak references are preferred because they allow
130 // historical reasons the default is non-phantom.
131 enum PhantomState { Nonphantom, Phantom };
139 // GC. For a phantom weak handle the handle is cleared (set to a Smi)

Completed in 82 milliseconds