Lines Matching refs:bytecode_array
288 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
290 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset())); in GetDebugBreakType()
295 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset() + 1)); in GetDebugBreakType()
323 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local
325 interpreter::BytecodeArrayIterator(bytecode_array, code_offset()) in SetDebugBreak()
333 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
335 bytecode_array.set(code_offset(), original.get(code_offset())); in ClearDebugBreak()
350 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local
352 handle(bytecode_array, isolate()), code_offset()); in GetBreakLocation()
2848 BytecodeArray bytecode_array = shared.GetBytecodeArray(isolate_); in PerformSideEffectCheckAtBytecode() local
2851 handle(bytecode_array, isolate_), offset); in PerformSideEffectCheckAtBytecode()