Lines Matching refs:code
2 // Use of this source code is governed by a BSD-style license that can be
25 return LinkageLocation::ForRegister(reg.code(), type);
29 return LinkageLocation::ForRegister(reg.code(), type);
183 // keyed on code/frame type, not on CallDescriptor kind. Think about a
363 // The target for runtime calls is a code object.
416 // When entering into an OSR function from unoptimized code the JSFunction
434 // TODO(turbofan): cache call descriptors for code stub calls.
484 // register code 0.
574 // The target for interpreter dispatches is a code entry address.
618 return loc.IsRegister() && loc.AsRegister() == reg.code() &&