Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-graph.cc145 HeapConstant(BUILTIN_CODE(isolate(), AllocateInOldSpace)))
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc1109 TF_BUILTIN(AllocateInOldSpace, CodeStubAssembler) { in TF_BUILTIN() argument
Dbuiltins-definitions.h167 TFC(AllocateInOldSpace, Allocate, 1) \
/external/v8/src/heap/
Dmark-compact.cc1336 allocation = AllocateInOldSpace(size, alignment); in AllocateTargetObject()
1345 inline AllocationResult AllocateInOldSpace(int size_in_bytes, in AllocateInOldSpace() function in v8::internal::EvacuateNewSpaceVisitor