Home
last modified time | relevance | path

Searched refs:materialized (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc15 // register is materialized in the bytecode stream.
18 RegisterInfo(Register reg, uint32_t equivalence_id, bool materialized, in RegisterInfo() argument
22 materialized_(materialized), in RegisterInfo()
31 void MoveToNewEquivalenceSet(uint32_t equivalence_id, bool materialized);
42 // materialized. The materialized equivalent will be this register
43 // if it is materialized. Returns nullptr if no materialized
48 // materialized and not register |reg|. The materialized equivalen
68 bool materialized() const { return materialized_; } materialized() function in v8::internal::interpreter::final
69 set_materialized(bool materialized) set_materialized() argument
107 MoveToNewEquivalenceSet( uint32_t equivalence_id, bool materialized) MoveToNewEquivalenceSet() argument
284 RegisterInfo* materialized = reg_info->materialized() Flush() local
364 RegisterInfo* materialized = info->GetMaterializedEquivalent(); Materialize() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc117 // materialized and included on top of the native context. Changes to in Local()
118 // the materialized object are written back afterwards. in Local()
145 Handle<JSObject> materialized = factory->NewSlowJSObjectWithNullProto(); in WithTopmostArguments() local
148 materialized, arguments_str, in WithTopmostArguments()
157 JSObject::SetOwnPropertyIgnoreAttributes(materialized, this_str, this_value, in WithTopmostArguments()
167 native_context, scope_info, materialized, Handle<Context>()); in WithTopmostArguments()
223 // use a debug-evaluate context to wrap both the materialized object and in ContextBuilder()
232 // - Look up in the materialized stack variables. in ContextBuilder()

Completed in 3 milliseconds