Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
216 // the same code offset. Otherwise it's just a break location that we can
339 Handle<AbstractCode> code(
363 return BreakLocation(code, type, code_offset(), position_,
957 // Clear out all the debug break code.
1142 Handle<AbstractCode> code = summary.AsJavaScript().abstract_code();
1143 CHECK_EQ(CodeKind::INTERPRETED_FUNCTION, code->kind());
1144 HandlerTable table(code->GetBytecodeArray());
1248 // If the wasm code is not debuggable or will return after this step
1438 isolate->builtins()->code(advance).InstructionStart();
1498 // Deoptimize all code compiled from this shared function info including
1509 Code code = iterator.Next();
1510 if (code.is_null()) break;
1511 if (code.Inlines(*shared)) {
1512 code.set_marked_for_deoptimization(true);
1536 // Have to discard baseline code before installing debug bytecode, since the
1537 // bytecode array field on the baseline code object is immutable.
1554 // Update PCs on the stack to point to recompiled code.
1612 // By overwriting the function code with DebugBreakTrampoline, which tailcalls
1613 // to shared code, we bypass CompileLazy. Perform CompileLazy here instead.
1877 // While we are at this, also ensure code with debug break slots so that we do