Home
last modified time | relevance | path

Searched refs:AllocationTypeOf (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmemory-optimizer.cc251 AllocationTypeOf(parent->op()) == AllocationType::kOld) { in AllocationTypeNeedsUpdateToOld()
284 AllocationTypeOf(child->op()) == AllocationType::kYoung) { in VisitAllocateRaw()
Dsimplified-operator.h622 AllocationType AllocationTypeOf(const Operator* op) V8_WARN_UNUSED_RESULT;
Dsimplified-operator.cc613 AllocationType AllocationTypeOf(const Operator* op) { in AllocationTypeOf() function
Deffect-control-linearizer.cc3024 AllocationType allocation = AllocationTypeOf(node->op()); in LowerAllocate()
3583 AllocationType const allocation = AllocationTypeOf(node->op()); in LowerNewDoubleElements()
3631 AllocationType const allocation = AllocationTypeOf(node->op()); in LowerNewSmiOrObjectElements()