Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dcodegen-x64.cc600 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/x87/
Dcodegen-x87.cc634 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/arm64/
Dcodegen-arm64.cc416 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/ppc/
Dcodegen-ppc.cc661 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/arm/
Dcodegen-arm.cc936 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/ia32/
Dcodegen-ia32.cc1032 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/mips/
Dcodegen-mips.cc1239 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/mips64/
Dcodegen-mips64.cc1236 void Code::PatchPlatformCodeAge(Isolate* isolate, in PatchPlatformCodeAge() function in v8::internal::Code
/external/v8/src/
Dobjects.cc14343 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()
Dobjects.h5290 static void PatchPlatformCodeAge(Isolate* isolate,