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

  /external/v8/src/compiler/
simplified-lowering.h 56 SetOncePointer<Node> to_number_code_;
57 SetOncePointer<Operator const> to_number_operator_;
bytecode-graph-builder.h 319 SetOncePointer<Node> function_context_;
320 SetOncePointer<Node> function_closure_;
321 SetOncePointer<Node> new_target_;
memory-optimizer.h 137 SetOncePointer<const Operator> allocate_operator_;
ast-graph-builder.h 95 SetOncePointer<Node> function_closure_;
96 SetOncePointer<Node> function_context_;
103 SetOncePointer<Node> feedback_vector_;
106 SetOncePointer<Node> empty_frame_state_;
graph-assembler.h 325 SetOncePointer<Operator const> to_number_operator_;
wasm-compiler.h 269 SetOncePointer<const Operator> allocate_heap_number_operator_;
  /external/v8/src/crankshaft/
hydrogen.h 469 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
486 SetOncePointer<HConstant> constant_undefined_;
487 SetOncePointer<HConstant> constant_0_;
488 SetOncePointer<HConstant> constant_1_;
489 SetOncePointer<HConstant> constant_minus1_;
490 SetOncePointer<HConstant> constant_true_;
491 SetOncePointer<HConstant> constant_false_;
492 SetOncePointer<HConstant> constant_the_hole_;
493 SetOncePointer<HConstant> constant_null_;
494 SetOncePointer<HConstant> constant_optimized_out_
    [all...]
hydrogen.cc 824 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
    [all...]
  /external/v8/src/
utils.h 575 class SetOncePointer {
577 SetOncePointer() : pointer_(NULL) { }
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 263 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 267 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 266 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 261 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 264 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 261 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 256 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 266 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 269 SetOncePointer<LPointerMap> pointer_map_;
    [all...]

Completed in 326 milliseconds