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

  /external/v8/src/x64/
codegen-x64.cc 496 bool result = isolate->code_aging_helper()->IsYoung(sequence);
497 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
521 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
523 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/ppc/
codegen-ppc.cc 489 bool result = isolate->code_aging_helper()->IsYoung(sequence);
490 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
512 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
514 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/s390/
codegen-s390.cc 483 bool result = isolate->code_aging_helper()->IsYoung(sequence);
484 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
504 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
506 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/x87/
codegen-x87.cc 610 bool result = isolate->code_aging_helper()->IsYoung(sequence);
611 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
635 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
637 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/arm/
codegen-arm.cc 767 bool result = isolate->code_aging_helper()->IsYoung(sequence);
768 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
791 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
793 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/ia32/
codegen-ia32.cc 917 bool result = isolate->code_aging_helper()->IsYoung(sequence);
918 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
942 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
944 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/mips/
codegen-mips.cc     [all...]
  /external/v8/src/mips64/
codegen-mips64.cc     [all...]
  /external/v8/src/
isolate.h 843 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 708 milliseconds