Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
13 #include "src/objects/code.h"
132 // manually and the FrameScope does not need to emit code.
167 // (in terms of code/instruction size) to push as immediates onto the stack.
285 // Get the code associated with this frame.
289 // Search for the code associated with this frame.
416 wasm::WasmCode* code() const { return code_; }
523 // and parts of the fixed part including context and code fields.
558 // Determine the code for the frame.
636 static void PrintFunctionAndOffset(JSFunction function, AbstractCode code,
644 AbstractCode code,
794 // Determine the code for the frame.
842 // may be executing it using the interpreter, or via baseline code compiled from