Home
last modified time | relevance | path

Searched refs:AllocateCode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h2129 AllocateCode(int object_size, bool immovable);
Dheap.cc3381 AllocationResult Heap::AllocateCode(int object_size, bool immovable) { in AllocateCode() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc1640 isolate()->heap()->AllocateCode(object_size, immovable), in NewCodeRaw()