HomeSort by relevance Sort by last modified time
    Searched defs:bailout_type (Results 1 - 19 of 19) sorted by null

  /external/v8/src/compiler/arm/
code-generator-arm.cc 2135 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 1815 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 2176 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 2188 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/
deoptimizer.h 409 bailout_type(type),
413 return address == other.address && bailout_type == other.bailout_type &&
420 Deoptimizer::BailoutType bailout_type; member in struct:v8::internal::Deoptimizer::JumpTableEntry
431 BailoutType bailout_type() const { return bailout_type_; } function in class:v8::internal::Deoptimizer
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 1993 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 2338 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 2537 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 2434 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 2270 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 322 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
779 Deoptimizer::BailoutType bailout_type) {
785 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
840 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
855 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
858 DeoptimizeIf(condition, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 859 Deoptimizer::BailoutType bailout_type = local
863 bailout_type = *override_bailout_type;
869 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
916 entry, deopt_info, bailout_type, !frame_is_built_);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 692 Deoptimizer::BailoutType bailout_type) {
698 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
739 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
758 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
761 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 341 DCHECK(table_entry->bailout_type == jump_table_[0].bailout_type);
773 Deoptimizer::BailoutType bailout_type,
780 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
824 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
840 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
843 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 761 Deoptimizer::BailoutType bailout_type,
768 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
814 entry, deopt_info, bailout_type, !frame_is_built_);
829 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
832 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 335 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
739 Deoptimizer::BailoutType bailout_type,
746 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
787 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
802 Deoptimizer::BailoutType bailout_type = local
804 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, cr);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 323 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
702 Deoptimizer::BailoutType bailout_type,
709 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
780 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
795 Deoptimizer::BailoutType bailout_type = local
797 DeoptimizeIf(cond, instr, deopt_reason, bailout_type, cr);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 713 Deoptimizer::BailoutType bailout_type) {
719 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
766 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
785 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
788 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 962 Deoptimizer::BailoutType bailout_type) {
968 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
1030 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
1049 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
1052 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]

Completed in 1111 milliseconds