Lines Matching refs:bytecode_array
249 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetDebugBreakType() local
251 interpreter::Bytecodes::FromByte(bytecode_array->get(code_offset())); in GetDebugBreakType()
256 bytecode_array->get(code_offset() + 1)); in GetDebugBreakType()
284 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(), in SetDebugBreak() local
286 interpreter::BytecodeArrayAccessor(bytecode_array, code_offset()) in SetDebugBreak()
294 BytecodeArray* bytecode_array = debug_info_->DebugBytecodeArray(); in ClearDebugBreak() local
296 bytecode_array->set(code_offset(), original->get(code_offset())); in ClearDebugBreak()
310 BytecodeArray* bytecode_array = debug_info_->OriginalBytecodeArray(); in GetBreakLocation() local
312 handle(bytecode_array, isolate()), code_offset()); in GetBreakLocation()
2208 BytecodeArray* bytecode_array = shared->GetBytecodeArray(); in PerformSideEffectCheckAtBytecode() local
2211 handle(bytecode_array, isolate_), offset); in PerformSideEffectCheckAtBytecode()