Home | History | Annotate | Download | only in src

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
238 // characters of the string are uninitialized. Currently used in regexp code
247 // Creates a single character string where the character has given code.
249 Handle<String> LookupSingleCharacterStringFromCode(uint32_t code);
533 Handle<Module> NewModule(Handle<SharedFunctionInfo> code);
593 Handle<JSFunction> NewFunction(Handle<String> name, Handle<Code> code,
598 Handle<Code> code,
618 Handle<JSFunction> NewFunction(Handle<String> name, Handle<Code> code,
623 Handle<Code> code,
627 MaybeHandle<Code> maybe_code);
638 // The reference to the Code object is stored in self_reference.
639 // This allows generated code to reference its own Code object
641 Handle<Code> NewCode(const CodeDesc& desc,
642 Code::Flags flags,
646 int prologue_offset = Code::kPrologueOffsetNotSet,
649 Handle<Code> CopyCode(Handle<Code> code);
738 Handle<String> name, FunctionKind kind, Handle<Code> code,
741 MaybeHandle<Code> code,
821 // Creates a code object that is not yet fully initialized yet.
822 inline Handle<Code> NewCodeRaw(int object_size, bool immovable);