Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
53 Handle<Code> code;
54 if (maybe_code_.ToHandle(&code)) {
55 local_isolate->heap()->RegisterCodeObject(code);
61 Handle<Code> code;
62 if (!maybe_code_.ToHandle(&code)) return;
64 code->Print();
66 // Don't install the code if the bytecode has been flushed or has
67 // already some baseline code installed.
71 shared_function_info_->set_baseline_code(ToCodeT(*code), kReleaseStore);
124 // Get the handle back since we'd need them to install the code later.