Home
last modified time | relevance | path

Searched refs:CodeAgingHelper (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dcodegen.h107 class CodeAgingHelper {
109 explicit CodeAgingHelper(Isolate* isolate);
Disolate.h43 class CodeAgingHelper; variable
860 CodeAgingHelper* code_aging_helper() { return code_aging_helper_; } in code_aging_helper()
1388 CodeAgingHelper* code_aging_helper_;
Disolate.cc2658 code_aging_helper_ = new CodeAgingHelper(this); in Throw()
/external/v8/src/arm64/
Dcodegen-arm64.cc43 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
65 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/x64/
Dcodegen-x64.cc178 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
194 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/ppc/
Dcodegen-ppc.cc172 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
192 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/s390/
Dcodegen-s390.cc170 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
185 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/x87/
Dcodegen-x87.cc329 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
342 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/arm/
Dcodegen-arm.cc420 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
438 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/ia32/
Dcodegen-ia32.cc601 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
614 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/mips64/
Dcodegen-mips64.cc711 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
731 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/mips/
Dcodegen-mips.cc709 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
727 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()