Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
15 #include "src/codegen/code-factory.h"
228 // While this code runs on a background thread, the property cell might
1897 // concurrency this may not hold. The code below must be able to deal with
2169 CodeRef JSFunctionRef::code() const {
2170 CodeT code = object()->code(kAcquireLoad);
2171 // Safe to do a relaxed conversion to Code here since CodeT::code field is
2173 return MakeRefAssumeMemoryFence(broker(), FromCodeT(code, kRelaxedLoad));
2258 // Don't report inlined bytecode size if the code object was already