Home | History | Annotate | Download | only in src

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
17 // Associates a body of code with an interface descriptor.
20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor)
21 : code_(code), descriptor_(descriptor) {}
23 Handle<Code> code() const { return code_; }
27 const Handle<Code> code_;
64 // Code stubs. Add methods here as needed to reduce dependency on
65 // code-stubs.h.