Home
last modified time | relevance | path

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

/external/v8/src/objects/
Ddebug-objects-inl.h40 DCHECK_EQ(debug_bytecode_array().IsBytecodeArray(), in TQ_OBJECT_CONSTRUCTORS_IMPL()
42 return debug_bytecode_array().IsBytecodeArray(); in TQ_OBJECT_CONSTRUCTORS_IMPL()
52 DCHECK_EQ(shared().GetDebugBytecodeArray(), debug_bytecode_array()); in DebugBytecodeArray()
53 return BytecodeArray::cast(debug_bytecode_array()); in DebugBytecodeArray()
Ddebug-objects.tq50 debug_bytecode_array: Undefined|BytecodeArray;
/external/v8/src/snapshot/
Dcode-serializer.cc166 BytecodeArray debug_bytecode_array; in SerializeObjectImpl() local
171 debug_bytecode_array = debug_info.DebugBytecodeArray(); in SerializeObjectImpl()
183 if (!debug_bytecode_array.is_null()) { in SerializeObjectImpl()
184 sfi->SetDebugBytecodeArray(debug_bytecode_array); in SerializeObjectImpl()
/external/v8/src/debug/
Ddebug.cc1258 Handle<BytecodeArray> debug_bytecode_array = in PrepareFunctionForDebugExecution() local
1260 debug_info->set_debug_bytecode_array(*debug_bytecode_array); in PrepareFunctionForDebugExecution()
1261 shared->SetDebugBytecodeArray(*debug_bytecode_array); in PrepareFunctionForDebugExecution()