Home | History | Annotate | Download | only in arm64

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
32 // the constant pool in the debug break slot code.
47 Handle<Code> code) {
48 DCHECK(code->is_debug_stub());
51 // Patch the code emitted by DebugCodegen::GenerateSlots, changing the debug
52 // break slot code from
58 // to a call to the debug slot code.
62 // <debug break slot code entry point address (64 bits)>
67 // loading the address of the debug break slot code.
70 patcher.dc64(reinterpret_cast<int64_t>(code->entry()));
73 // The debug break slot code will push a frame and call statically compiled
74 // code. By using blr, this call site will be registered in the frame.