Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/snapshot/code-serializer.h"
74 // Serialize code object.
241 // will crash since it stores a code object. Instead, we serialize the
243 // information. On deserialization we'll create our code objects again, if
295 Handle<Code> code = isolate->factory()->CopyCode(Handle<Code>::cast(
303 interpreter_data->set_interpreter_trampoline(ToCodeT(*code));
312 Handle<AbstractCode> abstract_code = Handle<AbstractCode>::cast(code);
441 if (FLAG_profile_deserialization) PrintF("[Cached code failed check]\n");
528 if (FLAG_profile_deserialization) PrintF("[Cached code failed check]\n");