Searched refs:AllocateNodeResult (Results 1 – 2 of 2) sorted by relevance
55 void AllocateNodeResult(ValueNode* node);
362 if (node->Is<ValueNode>()) AllocateNodeResult(node->Cast<ValueNode>()); in AllocateNode()378 void StraightForwardRegisterAllocator::AllocateNodeResult(ValueNode* node) { in AllocateNodeResult() function in v8::internal::maglev::StraightForwardRegisterAllocator