Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
121 return isolate_->builtins()->code(builtin);
348 Handle<CodeT> code = BUILTIN_CODE(isolate_, InterpreterEntryTrampoline);
350 DCHECK(code->is_off_heap_trampoline() ||
351 isolate_->heap()->IsImmovable(FromCodeT(*code)));
352 interpreter_entry_trampoline_instruction_start_ = code->InstructionStart();
357 CodeT handler = builtins->code(builtin);
379 const char* Interpreter::LookupNameOfBytecodeHandler(const Code code) {
380 if (code.kind() == CodeKind::BYTECODE_HANDLER) {
381 return Builtins::name(code.builtin_id());