Searched refs:PatchPlatformCodeAge (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 355 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/x64/ |
D | codegen-x64.cc | 517 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/s390/ |
D | codegen-s390.cc | 502 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 510 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 631 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/arm/ |
D | codegen-arm.cc | 787 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 938 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 1093 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 1092 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ |
D | objects.cc | 13745 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()
|
D | objects.h | 5419 static void PatchPlatformCodeAge(Isolate* isolate,
|