Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dcode-serializer.cc172 sfi->SetDebugBytecodeArray(debug_info.OriginalBytecodeArray()); in SerializeObjectImpl()
184 sfi->SetDebugBytecodeArray(debug_bytecode_array); in SerializeObjectImpl()
/external/v8/src/objects/
Dshared-function-info.h325 inline void SetDebugBytecodeArray(BytecodeArray bytecode);
Ddebug-objects.cc34 shared().SetDebugBytecodeArray(OriginalBytecodeArray()); in ClearBreakInfo()
Dshared-function-info-inl.h492 void SharedFunctionInfo::SetDebugBytecodeArray(BytecodeArray bytecode) { in SetDebugBytecodeArray() function
/external/v8/src/debug/
Ddebug.cc1261 shared->SetDebugBytecodeArray(*debug_bytecode_array); in PrepareFunctionForDebugExecution()