Home
last modified time | relevance | path

Searched refs:SetDebugBytecodeArray (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/snapshot/
Dcode-serializer.cc206 sfi->SetDebugBytecodeArray(debug_info->OriginalBytecodeArray()); in SerializeObject()
222 sfi->SetDebugBytecodeArray(debug_bytecode_array); in SerializeObject()
/external/v8/src/objects/
Dshared-function-info.h311 inline void SetDebugBytecodeArray(BytecodeArray* bytecode);
Ddebug-objects.cc31 shared()->SetDebugBytecodeArray(OriginalBytecodeArray()); in ClearBreakInfo()
Dshared-function-info-inl.h476 void SharedFunctionInfo::SetDebugBytecodeArray(BytecodeArray* bytecode) { in SetDebugBytecodeArray() function
/external/v8/src/debug/
Ddebug.cc1205 shared->SetDebugBytecodeArray(*debug_bytecode_array); in PrepareFunctionForDebugExecution()