Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
17 #include "src/codegen/code-factory.h"
43 #include "src/objects/code.h"
422 // Clobber clobbered input registers when running with the debug-code flag
568 // Clobber clobbered registers when running with the debug-code flag
1131 // Adjust this code if not the case.
1165 // should remove this need and make the runtime routine entry code
1169 Handle<Code> code =
1171 Call(code, RelocInfo::CODE_TARGET);
1190 // should remove this need and make the runtime routine entry code
1202 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore,
1204 Jump(code, RelocInfo::CODE_TARGET);
1405 // We call indirectly through the code field in the function to
1768 // We don't actually want to generate a pile of code for this, so just
1821 // See x64 code for reasoning about how to address the isolate data fields.
1914 // builtin code (which will later be embedded into the binary) or compiling
1915 // user JS code at runtime.
1916 // * Builtin code runs in --jitless mode and thus must not call into on-heap
1920 // targets are usually generated code and not builtin Code objects.