Searched refs:IsAllocate (Results 1 – 7 of 7) sorted by relevance
31 if (a->IsAllocate() || a->IsInnerAllocatedObject()) { in Query()33 if (b->IsAllocate()) return kNoAlias; in Query()39 if (b->IsAllocate() || b->IsInnerAllocatedObject()) { in Query()
47 if (!instr->IsAllocate()) continue; in CollectCapturedValues()
5643 DCHECK(value->IsAllocate()); in DECLARE_CONCRETE_INSTRUCTION()5674 if (object == dominator && object->IsAllocate()) { in ReceiverObjectNeedsWriteBarrier()5695 object->IsAllocate() && in PointersToHereCheckForObject()6892 obj->IsAllocate() || obj->IsInnerAllocatedObject()); in access_()
3686 if (!dominator->IsAllocate()) { in HandleSideEffectDominator()
925 IsAllocate(IsNumberConstant(function->initial_map()->instance_size()), in TEST_F()989 IsAllocate(IsNumberConstant(Heap::kSloppyArgumentsObjectSize), in TEST_F()1010 IsAllocate(IsNumberConstant(Heap::kStrictArgumentsObjectSize), in TEST_F()1030 IsAllocate(IsNumberConstant(JSArray::kSize), _, control), _)); in TEST_F()1126 IsFinishRegion(IsAllocate(IsNumberConstant(Context::SizeFor( in TEST_F()1164 IsFinishRegion(IsAllocate(IsNumberConstant(Context::SizeFor( in TEST_F()1187 IsFinishRegion(IsAllocate(IsNumberConstant(Context::SizeFor( in TEST_F()
213 Matcher<Node*> IsAllocate(const Matcher<Node*>& size_matcher,
1913 Matcher<Node*> IsAllocate(const Matcher<Node*>& size_matcher, in IsAllocate() function