Lines Matching refs: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_;
35 // can't be expressed in CallInterfaceDescriptor. Therefore only the code
37 static Handle<Code> RuntimeCEntry(Isolate* isolate, int result_size = 1);
76 // Code stubs. Add methods here as needed to reduce dependency on
77 // code-stubs.h.