Home | History | Annotate | Download | only in x87

Lines Matching refs:Code

2 // Use of this source code is governed by a BSD-style license that can be
103 // Generated code is put into a fixed, unmovable buffer, and not into
202 // TODO(jkummerow): It would be nice to register this code creation event
211 // Code generators
308 // Load the two-byte character code into the result register.
348 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) {
354 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
360 Code* stub = GetCodeFromTargetAddress(target_address);
364 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence,
365 Code::Age age) {
371 Code* stub = GetCodeAgeStub(isolate, age);