Lines Matching refs:bytecode_array
252 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
254 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset())); in GetDebugBreakType()
259 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset() + 1)); in GetDebugBreakType()
287 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local
289 interpreter::BytecodeArrayAccessor(bytecode_array, code_offset()) in SetDebugBreak()
297 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
299 bytecode_array.set(code_offset(), original.get(code_offset())); in ClearDebugBreak()
313 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local
315 handle(bytecode_array, isolate()), code_offset()); in GetBreakLocation()
2432 BytecodeArray bytecode_array = shared.GetBytecodeArray(); in PerformSideEffectCheckAtBytecode() local
2435 handle(bytecode_array, isolate_), offset); in PerformSideEffectCheckAtBytecode()