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

  /external/v8/src/interpreter/
bytecode-register-optimizer.cc 15 // register is materialized in the bytecode stream.
18 RegisterInfo(Register reg, uint32_t equivalence_id, bool materialized)
21 materialized_(materialized),
26 void MoveToNewEquivalenceSet(uint32_t equivalence_id, bool materialized);
32 // materialized. The materialized equivalent will be this register
33 // if it is materialized. Returns nullptr if no materialized
38 // materialized and not register |reg|. The materialized equivalen
55 bool materialized() const { return materialized_; } function in class:v8::internal::interpreter::final
377 RegisterInfo* materialized = info->GetMaterializedEquivalent(); local
    [all...]
  /external/v8/src/debug/
debug-evaluate.cc 69 // materialized and included on top of the native context. Changes to
70 // the materialized object are written back afterwards.
139 // use a debug-evaluate context to wrap both the materialized object and
149 // - Look up in the materialized stack variables.
158 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto(); local
162 MaterializeReceiver(materialized, local_context, local_function,
164 frame_inspector.MaterializeStackLocals(materialized, local_function);
165 MaterializeArgumentsObject(materialized, local_function);
168 context_chain_element.materialized_object = materialized;
188 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto() local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-crbug-222893.js 51 debugger; // Arguments object is already materialized.
59 debugger; // Arguments object is not yet materialized.
  /external/v8/test/mjsunit/bugs/
bug-941049.js 46 // Test function with a materialized arguments array.
56 // Test function without a materialized arguments array.
  /external/v8/test/mjsunit/compiler/
deopt-materialize-accumulator.js 36 // accumulator holding an unboxed double which needs materialized.
escape-analysis-representation.js 30 // This tests that captured objects materialized through the deoptimizer
inline-literals.js 30 // Test that we can inline functions containing materialized literals.
literals.js 74 // Test some materialized array literals.
uint32.js 176 // that arguments object with uint32 values inside is correctly materialized.
  /external/v8/test/mjsunit/es6/
debug-blockscopes.js 151 // Temporary variables introduced by the parser have not been materialized.
  /external/v8/test/mjsunit/
debug-scopes.js 186 // Temporary variables introduced by the parser have not been materialized.
    [all...]

Completed in 222 milliseconds