Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dshared-function-info-inl.h482 interpreter_data()->set_bytecode_array(bytecode); in SetDebugBytecodeArray()
486 void SharedFunctionInfo::set_bytecode_array(BytecodeArray* bytecode) { in set_bytecode_array() function
Dshared-function-info.h305 inline void set_bytecode_array(BytecodeArray* bytecode);
/external/v8/src/
Dcompiler.cc307 shared_info->set_bytecode_array(*bytecode_array); in InstallBytecodeArray()
322 interpreter_data->set_bytecode_array(*bytecode_array); in InstallBytecodeArray()