Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dshared-function-info-inl.h498 interpreter_data().set_bytecode_array(bytecode); in SetDebugBytecodeArray()
502 void SharedFunctionInfo::set_bytecode_array(BytecodeArray bytecode) { in set_bytecode_array() function
Dshared-function-info.h319 inline void set_bytecode_array(BytecodeArray bytecode);
/external/v8/src/snapshot/
Dcode-serializer.cc245 interpreter_data->set_bytecode_array(info->GetBytecodeArray()); in CreateInterpreterDataForDeserializedCode()
/external/v8/src/codegen/
Dcompiler.cc510 interpreter_data->set_bytecode_array(*bytecode_array); in InstallInterpreterTrampolineCopy()
546 shared_info->set_bytecode_array(*compilation_info->bytecode_array()); in InstallUnoptimizedCode()