Searched refs:SetDebugBytecodeArray (Results 1 – 5 of 5) sorted by relevance
206 sfi->SetDebugBytecodeArray(debug_info->OriginalBytecodeArray()); in SerializeObject()222 sfi->SetDebugBytecodeArray(debug_bytecode_array); in SerializeObject()
311 inline void SetDebugBytecodeArray(BytecodeArray* bytecode);
31 shared()->SetDebugBytecodeArray(OriginalBytecodeArray()); in ClearBreakInfo()
476 void SharedFunctionInfo::SetDebugBytecodeArray(BytecodeArray* bytecode) { in SetDebugBytecodeArray() function
1205 shared->SetDebugBytecodeArray(*debug_bytecode_array); in PrepareFunctionForDebugExecution()