Home
last modified time | relevance | path

Searched refs:IsAllocate (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-alias-analysis.h31 if (a->IsAllocate() || a->IsInnerAllocatedObject()) { in Query()
33 if (b->IsAllocate()) return kNoAlias; in Query()
39 if (b->IsAllocate() || b->IsInnerAllocatedObject()) { in Query()
Dhydrogen-escape-analysis.cc47 if (!instr->IsAllocate()) continue; in CollectCapturedValues()
Dhydrogen-instructions.h5643 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_()
Dhydrogen-instructions.cc3686 if (!dominator->IsAllocate()) { in HandleSideEffectDominator()
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc925 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()
Dnode-test-utils.h213 Matcher<Node*> IsAllocate(const Matcher<Node*>& size_matcher,
Dnode-test-utils.cc1913 Matcher<Node*> IsAllocate(const Matcher<Node*>& size_matcher, in IsAllocate() function