Home | History | Annotate | Download | only in arm

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
31 // the constant pool in the debug break slot code.
45 Handle<Code> code) {
46 DCHECK(code->is_debug_stub());
48 // Patch the code changing the debug break slot code from
53 // to a call to the debug break slot code.
56 // <debug break slot code entry point address>
62 patcher.Emit(code->entry());