HomeSort by relevance Sort by last modified time
    Searched refs:code_aging_helper (Results 1 - 10 of 10) sorted by null

  /external/v8/src/ppc/
codegen-ppc.cc 199 bool result = isolate->code_aging_helper()->IsYoung(sequence);
200 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
216 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
218 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/s390/
codegen-s390.cc 191 bool result = isolate->code_aging_helper()->IsYoung(sequence);
192 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
208 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
210 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/x64/
codegen-x64.cc 201 bool result = isolate->code_aging_helper()->IsYoung(sequence);
202 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
218 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
220 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/x87/
codegen-x87.cc 349 bool result = isolate->code_aging_helper()->IsYoung(sequence);
350 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
366 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
368 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/arm/
codegen-arm.cc 445 bool result = isolate->code_aging_helper()->IsYoung(sequence);
446 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
461 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
463 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/ia32/
codegen-ia32.cc 621 bool result = isolate->code_aging_helper()->IsYoung(sequence);
622 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
638 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
640 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/mips/
codegen-mips.cc 734 bool result = isolate->code_aging_helper()->IsYoung(sequence);
735 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
750 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
752 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/mips64/
codegen-mips64.cc 738 bool result = isolate->code_aging_helper()->IsYoung(sequence);
739 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
754 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
756 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/
isolate.h 860 CodeAgingHelper* code_aging_helper() { return code_aging_helper_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc     [all...]

Completed in 614 milliseconds