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

  /external/v8/src/ppc/
codegen-ppc.cc 640 bool result = isolate->code_aging_helper()->IsYoung(sequence);
641 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
663 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
665 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/x64/
codegen-x64.cc 579 bool result = isolate->code_aging_helper()->IsYoung(sequence);
580 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
604 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
606 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
  /external/v8/src/x87/
codegen-x87.cc 613 bool result = isolate->code_aging_helper()->IsYoung(sequence);
614 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/arm/
codegen-arm.cc 916 bool result = isolate->code_aging_helper()->IsYoung(sequence);
917 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
940 uint32_t young_length = isolate->code_aging_helper()->young_sequence_length();
942 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc     [all...]
  /external/v8/src/mips/
codegen-mips.cc     [all...]
  /external/v8/src/mips64/
codegen-mips64.cc     [all...]
  /external/v8/src/
isolate.h 821 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 218 milliseconds