Home
last modified time | relevance | path

Searched refs:debug_bytecode_array (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Dcode-serializer.cc200 BytecodeArray* debug_bytecode_array = nullptr; in SerializeObject() local
205 debug_bytecode_array = debug_info->DebugBytecodeArray(); in SerializeObject()
221 if (debug_bytecode_array != nullptr) { in SerializeObject()
222 sfi->SetDebugBytecodeArray(debug_bytecode_array); in SerializeObject()
/external/v8/src/debug/
Ddebug.cc1203 Handle<BytecodeArray> debug_bytecode_array = in PrepareFunctionForDebugExecution() local
1205 shared->SetDebugBytecodeArray(*debug_bytecode_array); in PrepareFunctionForDebugExecution()