Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
150 // consistency since code by fullcodegen's calls into runtime in that case.
263 // Generated code is put into a fixed, unmovable buffer, and not into
638 // TODO(jkummerow): It would be nice to register this code creation event
647 // Code generators
1042 // Load the two-byte character code into the result register.
1125 // The sequence of instructions that is patched out for aging code is the
1127 // FUNCTION and OPTIMIZED_FUNCTION code:
1139 bool Code::IsYoungSequence(byte* sequence) {
1148 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
1157 Code* stub = GetCodeFromTargetAddress(target_address);
1163 void Code::PatchPlatformCodeAge(byte* sequence,
1164 Code::Age age,
1172 Code* stub = GetCodeAgeStub(age, parity);