Home | History | Annotate | Download | only in src

Lines Matching refs:code

6 //     * Redistributions of source code must retain the above copyright
101 V(Code, js_entry_code, JsEntryCode) \
102 V(Code, js_construct_entry_code, JsConstructEntryCode) \
103 V(Code, c_entry_code, CEntryCode) \
114 V(Code, re_c_entry_code, RegExpCEntryCode)
138 V(code_symbol, ".code") \
214 // code that looks here, because it is faster than loading from the static
407 // Computes a single character string where the character has code.
411 static Object* LookupSingleCharacterStringFromCode(uint16_t code);
589 // Makes a new native code object
591 // failed. On success, the pointer to the Code object is stored in the
592 // self_reference. This allows generated code to reference its own Code
597 Code::Flags flags,
600 static Object* CopyCode(Code* code);
623 // Code that should be run before and after each GC. Includes some
643 // Utility to invoke the scavenger. This is needed in test code to
744 // Generated code can embed this address to get access to the roots.
777 // Given an address occupied by a live code object, return that object.
1035 // have to test the allocation space argument and (b) can reduce code size
1075 // Code to be run before and after mark-compact.
1114 // Note: this code was factored out of AllocateFunction such that
1167 // non-handle code to call handle code. The code still works but
1247 // space, old data space and code space.
1259 // Map space, old pointer space, old data space, code space and cell space.
1336 // generated code to perform cache lookups.