Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
16 // This enum is a performance optimization for accessing the OSR code cache -
46 // Caches the optimized code |code| corresponding to the shared function
47 // |shared| and bailout id |osr_offset| in the OSROptimized code cache.
48 // If the OSR code cache wasn't created before it creates a code cache with
51 Handle<SharedFunctionInfo> shared, Handle<CodeT> code,
54 // Returns the code corresponding to the shared function |shared| and
63 // Remove all code objects marked for deoptimization from OSR code cache.
66 // Reduces the size of the OSR code cache if the number of valid entries are
70 // Sets the OSR optimized code cache to an empty array.
83 // For osr-code-cache-unittest.cc.
106 inline void InitializeEntry(int entry, SharedFunctionInfo shared, CodeT code,