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

  /external/v8/src/compiler/
bytecode-graph-builder.h 242 SetOncePointer<Node> function_context_;
243 SetOncePointer<Node> function_closure_;
244 SetOncePointer<Node> new_target_;
247 SetOncePointer<Node> feedback_vector_;
change-lowering.h 67 SetOncePointer<const Operator> allocate_heap_number_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_;
  /external/v8/src/crankshaft/
hydrogen.h 458 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
475 SetOncePointer<HConstant> constant_undefined_;
476 SetOncePointer<HConstant> constant_0_;
477 SetOncePointer<HConstant> constant_1_;
478 SetOncePointer<HConstant> constant_minus1_;
479 SetOncePointer<HConstant> constant_true_;
480 SetOncePointer<HConstant> constant_false_;
481 SetOncePointer<HConstant> constant_the_hole_;
482 SetOncePointer<HConstant> constant_null_;
483 SetOncePointer<HConstant> constant_invalid_context_
    [all...]
hydrogen.cc 647 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
    [all...]
  /external/v8/src/
utils.h 500 class SetOncePointer {
502 SetOncePointer() : pointer_(NULL) { }
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 270 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 274 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 271 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 267 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 270 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 266 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 271 SetOncePointer<LPointerMap> pointer_map_;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 276 SetOncePointer<LPointerMap> pointer_map_;
    [all...]

Completed in 810 milliseconds