Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2000 AllocateBytecodeArray(int length, const byte* raw_bytecodes, int frame_size,
Dheap.cc2421 AllocateBytecodeArray(0, nullptr, 0, 0, empty_fixed_array()); in CreateInitialMaps()
3035 AllocationResult Heap::AllocateBytecodeArray(int length, in AllocateBytecodeArray() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc928 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateBytecodeArray( in NewBytecodeArray()