Searched refs:AllocateInOldSpace (Results 1 – 4 of 4) sorted by relevance
145 HeapConstant(BUILTIN_CODE(isolate(), AllocateInOldSpace)))
1109 TF_BUILTIN(AllocateInOldSpace, CodeStubAssembler) { in TF_BUILTIN() argument
167 TFC(AllocateInOldSpace, Allocate, 1) \
1336 allocation = AllocateInOldSpace(size, alignment); in AllocateTargetObject()1345 inline AllocationResult AllocateInOldSpace(int size_in_bytes, in AllocateInOldSpace() function in v8::internal::EvacuateNewSpaceVisitor