Searched refs:raw_bytecodes (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | factory.h | 280 Handle<BytecodeArray> NewBytecodeArray(int length, const byte* raw_bytecodes,
|
D | factory.cc | 925 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/ |
D | heap.h | 2000 AllocateBytecodeArray(int length, const byte* raw_bytecodes, int frame_size,
|
D | heap.cc | 3036 const byte* const raw_bytecodes, in AllocateBytecodeArray() argument 3059 CopyBytes(instance->GetFirstBytecodeAddress(), raw_bytecodes, length); in AllocateBytecodeArray()
|