Home
last modified time | relevance | path

Searched refs:PatchPlatformCodeAge (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/arm64/
Dcodegen-arm64.cc355 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/x64/
Dcodegen-x64.cc517 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/s390/
Dcodegen-s390.cc502 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/ppc/
Dcodegen-ppc.cc510 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/x87/
Dcodegen-x87.cc631 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/arm/
Dcodegen-arm.cc787 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/ia32/
Dcodegen-ia32.cc938 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/mips64/
Dcodegen-mips64.cc1093 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/mips/
Dcodegen-mips.cc1092 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/
Dobjects.cc13745 PatchPlatformCodeAge(isolate, sequence, kNoAgeCodeAge, NO_MARKING_PARITY); in MakeCodeAgeSequenceYoung()
13750 PatchPlatformCodeAge(isolate, sequence, kExecutedOnceCodeAge, in MarkCodeAsExecuted()
13785 PatchPlatformCodeAge(isolate, sequence, kPreAgedCodeAge, NO_MARKING_PARITY); in PreAge()
13792 PatchPlatformCodeAge(isolate, sequence, kToBeExecutedOnceCodeAge, in MarkToBeExecutedOnce()
13806 PatchPlatformCodeAge(isolate, sequence, next_age, current_parity); in MakeOlder()
Dobjects.h5419 static void PatchPlatformCodeAge(Isolate* isolate,