Home
last modified time | relevance | path

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

/external/v8/src/
Dcodegen.h143 class CodeAgingHelper {
145 explicit CodeAgingHelper(Isolate* isolate);
Disolate.h69 class CodeAgingHelper; variable
821 CodeAgingHelper* code_aging_helper() { return code_aging_helper_; } in code_aging_helper()
1219 CodeAgingHelper* code_aging_helper_;
Disolate.cc2150 code_aging_helper_ = new CodeAgingHelper(this); in Init()
/external/v8/src/x87/
Dcodegen-x87.cc593 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
606 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/arm64/
Dcodegen-arm64.cc370 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
392 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/x64/
Dcodegen-x64.cc556 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
572 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/ppc/
Dcodegen-ppc.cc611 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
633 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/arm/
Dcodegen-arm.cc889 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
909 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/ia32/
Dcodegen-ia32.cc991 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
1004 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/mips64/
Dcodegen-mips64.cc1187 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
1209 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()
/external/v8/src/mips/
Dcodegen-mips.cc1192 CodeAgingHelper::CodeAgingHelper(Isolate* isolate) { in CodeAgingHelper() function in v8::internal::CodeAgingHelper
1212 bool CodeAgingHelper::IsOld(byte* candidate) const { in IsOld()