Searched refs:PatchPlatformCodeAge (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/x64/ |
D | codegen-x64.cc | 600 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 634 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 416 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 661 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/arm/ |
D | codegen-arm.cc | 936 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 1032 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 1239 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 1236 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ |
D | objects.cc | 14343 PatchPlatformCodeAge(isolate, sequence, kNoAgeCodeAge, NO_MARKING_PARITY); in MakeCodeAgeSequenceYoung() 14348 PatchPlatformCodeAge(isolate, sequence, kExecutedOnceCodeAge, in MarkCodeAsExecuted() 14384 PatchPlatformCodeAge(isolate, sequence, kToBeExecutedOnceCodeAge, in MarkToBeExecutedOnce() 14399 PatchPlatformCodeAge(isolate, sequence, next_age, current_parity); in MakeOlder()
|
D | objects.h | 5290 static void PatchPlatformCodeAge(Isolate* isolate,
|