HomeSort by relevance Sort by last modified time
    Searched refs:materialized (Results 1 - 9 of 9) 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,
22 materialized_(materialized),
28 void MoveToNewEquivalenceSet(uint32_t equivalence_id, bool materialized);
34 // materialized. The materialized equivalent will be this register
35 // if it is materialized. Returns nullptr if no materialized
40 // materialized and not register |reg|. The materialized equivalen
60 bool materialized() const { return materialized_; } function in class:v8::internal::interpreter::final
318 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.
135 // use a debug-evaluate context to wrap both the materialized object and
145 // - Look up in the materialized stack variables.
154 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto(); local
158 MaterializeReceiver(materialized, local_context, local_function,
160 frame_inspector.MaterializeStackLocals(materialized, local_function);
161 MaterializeArgumentsObject(materialized, local_function);
164 context_chain_element.materialized_object = materialized;
184 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto() local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg.go 33 // materialized (at the position of the function's closing brace).
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg.go 33 // materialized (at the position of the function's closing brace).
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 406 // never get "materialized" into a typed value. If
610 // The operands are never materialized; no need to update
615 // time will be materialized. Update the expression trees.
616 // If the current types are untyped, the materialized type
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
expr.go 406 // never get "materialized" into a typed value. If
610 // The operands are never materialized; no need to update
615 // time will be materialized. Update the expression trees.
616 // If the current types are untyped, the materialized type
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc     [all...]
code_generator_mips.cc 5843 bool materialized = IsBooleanValueOrMaterializedCondition(select->GetCondition()); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 

Completed in 423 milliseconds