Home | History | Annotate | Download | only in arm

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
19 // Generate code for copying a large number of characters. This function
63 minor_key_ = ObjectBits::encode(object.code()) |
64 ValueBits::encode(value.code()) |
65 AddressBits::encode(address.code()) |
91 static Mode GetMode(Code* stub) {
111 static void Patch(Code* stub, Mode mode) {
211 void Activate(Code* code) override {
212 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
248 // Trampoline stub to call into native code. To call safely into native code
249 // in the presence of compacting GC (which can move code objects) we need to
250 // keep the code which called into native pinned in the memory. Currently the