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 236 SetOncePointer<Node> function_context_;
237 SetOncePointer<Node> function_closure_;
238 SetOncePointer<Node> new_target_;
memory-optimizer.h 135 SetOncePointer<const Operator> allocate_operator_;
ast-graph-builder.h 94 SetOncePointer<Node> function_closure_;
95 SetOncePointer<Node> function_context_;
96 SetOncePointer<Node> new_target_;
107 SetOncePointer<Node> feedback_vector_;
110 SetOncePointer<Node> empty_frame_state_;
effect-control-linearizer.h 149 SetOncePointer<Operator const> to_number_operator_;
wasm-compiler.h 211 SetOncePointer<const Operator> allocate_heap_number_operator_;
  /external/v8/src/crankshaft/
hydrogen.h 480 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
497 SetOncePointer<HConstant> constant_undefined_;
498 SetOncePointer<HConstant> constant_0_;
499 SetOncePointer<HConstant> constant_1_;
500 SetOncePointer<HConstant> constant_minus1_;
501 SetOncePointer<HConstant> constant_true_;
502 SetOncePointer<HConstant> constant_false_;
503 SetOncePointer<HConstant> constant_the_hole_;
504 SetOncePointer<HConstant> constant_null_;
505 SetOncePointer<HConstant> constant_optimized_out_
    [all...]
hydrogen.cc 822 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
    [all...]
  /external/v8/src/
utils.h 530 class SetOncePointer {
532 SetOncePointer() : pointer_(NULL) { }
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 271 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 275 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 274 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 269 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 272 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 269 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 265 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 274 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 277 SetOncePointer<LPointerMap> pointer_map_;
    [all...]

Completed in 2770 milliseconds