Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc50 Handle<BytecodeArray> bytecode_array = isolate->factory()->NewBytecodeArray( in ToBytecodeArray()
/external/v8/src/heap/
Dfactory.h449 Handle<BytecodeArray> NewBytecodeArray(int length, const byte* raw_bytecodes,
Dfactory.cc1651 Handle<BytecodeArray> Factory::NewBytecodeArray( in NewBytecodeArray() function in v8::internal::Factory