Lines Matching refs:Code
2 // Use of this source code is governed by a BSD-style license that can be
58 : CompilationInfo(parse_info, {}, Code::ComputeFlags(Code::FUNCTION), BASE,
62 // Compiling for the snapshot typically results in different code than
63 // compiling later on. This means that code recompiled with deoptimization
65 // EnableDeoptimizationSupport), so it will replace the old code and all
73 // Collect source positions for optimized code when profiling or if debugger
83 Code::Flags code_flags)
88 Code::Flags code_flags, Mode mode,
100 prologue_offset_(Code::kPrologueOffsetNotSet),
173 case Code::STUB:
174 case Code::BYTECODE_HANDLER:
175 case Code::HANDLER:
176 case Code::BUILTIN:
177 #define CASE_KIND(kind) case Code::kind:
181 case Code::WASM_FUNCTION:
183 case Code::JS_TO_WASM_FUNCTION:
185 case Code::WASM_TO_JS_FUNCTION:
187 case Code::WASM_INTERPRETER_ENTRY:
237 code_flags_ = Code::KindField::update(code_flags_, Code::OPTIMIZED_FUNCTION);
244 inlined_function, handle(inlined_function->code()), pos));
248 Code::Kind CompilationInfo::output_code_kind() const {
249 return Code::ExtractKindFromFlags(code_flags_);