Home | History | Annotate | Download | only in ppc

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
78 minor_key_ = ObjectBits::encode(object.code()) |
79 ValueBits::encode(value.code()) |
80 AddressBits::encode(address.code()) |
102 static Mode GetMode(Code* stub) {
120 static void Patch(Code* stub, Mode mode) {
221 void Activate(Code* code) override {
222 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
259 // Trampoline stub to call into native code. To call safely into native code
260 // in the presence of compacting GC (which can move code objects) we need to
261 // keep the code which called into native pinned in the memory. Currently the