Searched refs:PatchPlatformCodeAge (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 403 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 600 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/x64/ |
D | codegen-x64.cc | 674 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/arm/ |
D | codegen-arm.cc | 917 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 1015 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 1111 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 1221 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
|
/external/v8/src/ |
D | objects.cc | 10436 PatchPlatformCodeAge(isolate, sequence, kNoAgeCodeAge, NO_MARKING_PARITY); in MakeCodeAgeSequenceYoung() 10441 PatchPlatformCodeAge(isolate, sequence, kExecutedOnceCodeAge, in MarkCodeAsExecuted() 10467 PatchPlatformCodeAge(isolate, in MakeOlder()
|
D | objects.h | 5463 static void PatchPlatformCodeAge(Isolate* isolate,
|