Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-writer.cc47 Handle<BytecodeArray> bytecode_array = isolate_->factory()->NewBytecodeArray( in ToBytecodeArray()
/external/v8/src/
Dfactory.h298 Handle<BytecodeArray> NewBytecodeArray(int length, const byte* raw_bytecodes,
Dfactory.cc942 Handle<BytecodeArray> Factory::NewBytecodeArray( in NewBytecodeArray() function in v8::internal::Factory
/external/v8/test/cctest/heap/
Dtest-heap.cc774 Handle<BytecodeArray> array = factory->NewBytecodeArray( in TEST()