Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
91 // Generate code for copying characters using a simple loop. This should only
102 // Generate code for copying characters using the rep movs instruction.
118 // string is found the code falls through with the string in
224 // Generate code to do a lookup in the number string cache. If the number in
225 // the register object is found in the cache the generated code falls through
227 // can be the same. If the number is not found in the cache the code jumps to
288 return DictionaryBits::encode(dictionary_.code()) |
289 ResultBits::encode(result_.code()) |
290 IndexBits::encode(index_.code()) |
340 static Mode GetMode(Code* stub) {
359 static void Patch(Code* stub, Mode mode) {
540 return ObjectBits::encode(object_.code()) |
541 ValueBits::encode(value_.code()) |
542 AddressBits::encode(address_.code()) |
547 void Activate(Code* code) {
548 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);