Lines Matching refs:Code
2 // Use of this source code is governed by a BSD-style license that can be
41 // Code generators
46 // The sequence of instructions that is patched out for aging code is the
48 // FUNCTION and OPTIMIZED_FUNCTION code:
51 // The young sequence is the frame setup code for FUNCTION code types. It is
71 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) {
75 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
79 Code* stub = GetCodeFromTargetAddress(Memory::Address_at(target));
83 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence,
84 Code::Age age) {
90 Code* stub = GetCodeAgeStub(isolate, age);
169 // can be bound far away in deferred code.