Home | History | Annotate | Download | only in x64

Lines Matching refs:Code

6 //     * Redistributions of source code must retain the above copyright
86 // Generate code for copying characters using a simple loop. This should only
96 // Generate code for copying characters using the rep movs instruction.
109 // string is found the code falls through with the string in register rax.
215 // Generate code to do a lookup in the number string cache. If the number in
216 // the register object is found in the cache the generated code falls through
218 // can be the same. If the number is not found in the cache the code jumps to
283 return DictionaryBits::encode(dictionary_.code()) |
284 ResultBits::encode(result_.code()) |
285 IndexBits::encode(index_.code()) |
334 static Mode GetMode(Code* stub) {
353 static void Patch(Code* stub, Mode mode) {
514 return ObjectBits::encode(object_.code()) |
515 ValueBits::encode(value_.code()) |
516 AddressBits::encode(address_.code()) |
521 void Activate(Code* code) {
522 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);