Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h280 Handle<BytecodeArray> NewBytecodeArray(int length, const byte* raw_bytecodes,
Dfactory.cc925 int length, const byte* raw_bytecodes, int frame_size, int parameter_count, in NewBytecodeArray() argument
929 length, raw_bytecodes, frame_size, in NewBytecodeArray()
/external/v8/src/heap/
Dheap.h2000 AllocateBytecodeArray(int length, const byte* raw_bytecodes, int frame_size,
Dheap.cc3036 const byte* const raw_bytecodes, in AllocateBytecodeArray() argument
3059 CopyBytes(instance->GetFirstBytecodeAddress(), raw_bytecodes, length); in AllocateBytecodeArray()