Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1853 AllocateBytecodeArray(int length, const byte* raw_bytecodes, int frame_size,
Dheap.cc3057 AllocationResult Heap::AllocateBytecodeArray(int length, in AllocateBytecodeArray() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc946 CALL_HEAP_FUNCTION(isolate(), isolate()->heap()->AllocateBytecodeArray( in NewBytecodeArray()