Lines Matching refs:Code
2 // Use of this source code is governed by a BSD-style license that can be
49 minor_key_ = DictionaryBits::encode(dictionary.code()) |
50 ResultBits::encode(result.code()) |
51 IndexBits::encode(index.code()) | LookupModeBits::encode(mode);
108 minor_key_ = ObjectBits::encode(object.code()) |
109 ValueBits::encode(value.code()) |
110 AddressBits::encode(address.code()) |
132 static Mode GetMode(Code* stub) {
151 static void Patch(Code* stub, Mode mode) {
313 void Activate(Code* code) override {
314 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);