Searched refs:debug_bytecode_array (Results 1 – 4 of 4) sorted by relevance
40 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()
50 debug_bytecode_array: Undefined|BytecodeArray;
166 BytecodeArray debug_bytecode_array; in SerializeObjectImpl() local171 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()
1258 Handle<BytecodeArray> debug_bytecode_array = in PrepareFunctionForDebugExecution() local1260 debug_info->set_debug_bytecode_array(*debug_bytecode_array); in PrepareFunctionForDebugExecution()1261 shared->SetDebugBytecodeArray(*debug_bytecode_array); in PrepareFunctionForDebugExecution()