Home | History | Annotate | Download | only in src

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
37 // parameters which then can be executed. If the source code contains other
39 // of the source code or deferred for lazy compilation at a later point.
58 // Prepare a compilation job for unoptimized code. Requires ParseAndAnalyse.
62 // Generate and install code from previously queued compilation job.
125 // Create a shared function info object (the code may be lazily compiled).
134 // The following family of methods provides support for OSR. Code generated
138 // Please note this interface is the only part dealing with {Code} objects
139 // directly. Other methods are agnostic to {Code} and can use an interpreter
140 // instead of generating JIT code for a function at all.
142 // Generate and return optimized code for OSR, or empty handle on failure.
143 MUST_USE_RESULT static MaybeHandle<Code> GetOptimizedCodeForOSR(
214 // Registers weak object to optimized code dependencies.
216 void RegisterWeakObjectsInOptimizedCode(Handle<Code> code);