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 606 Deoptimizer::BailoutType bailout_type = local
609 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 747 Deoptimizer::BailoutType bailout_type = local
750 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 589 Deoptimizer::BailoutType bailout_type = local
592 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 693 Deoptimizer::BailoutType bailout_type = local
696 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 702 Deoptimizer::BailoutType bailout_type = local
705 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 921 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 760 Deoptimizer::BailoutType bailout_type = local
763 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 804 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 688 Deoptimizer::BailoutType bailout_type = local
691 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/
deoptimizer.h 455 bailout_type(type),
459 return address == other.address && bailout_type == other.bailout_type &&
466 Deoptimizer::BailoutType bailout_type; member in struct:v8::internal::Deoptimizer::JumpTableEntry
478 BailoutType bailout_type() const { return bailout_type_; } function in class:v8::internal::Deoptimizer
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 314 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
772 Deoptimizer::BailoutType bailout_type) {
778 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
833 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
849 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
852 DeoptimizeIf(condition, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 837 Deoptimizer::BailoutType bailout_type = local
841 bailout_type = *override_bailout_type;
847 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
894 entry, deopt_info, bailout_type, !frame_is_built_);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 685 Deoptimizer::BailoutType bailout_type) {
691 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
732 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
752 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
755 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 314 DCHECK(table_entry->bailout_type == jump_table_[0].bailout_type);
747 Deoptimizer::BailoutType bailout_type,
754 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
798 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
815 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
818 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 735 Deoptimizer::BailoutType bailout_type,
742 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
788 entry, deopt_info, bailout_type, !frame_is_built_);
804 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
807 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 311 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
716 Deoptimizer::BailoutType bailout_type,
723 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
764 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
781 Deoptimizer::BailoutType bailout_type = local
783 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, cr);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 297 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
676 Deoptimizer::BailoutType bailout_type,
683 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
754 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
770 Deoptimizer::BailoutType bailout_type = local
772 DeoptimizeIf(cond, instr, deopt_reason, bailout_type, cr);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 705 Deoptimizer::BailoutType bailout_type) {
711 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
758 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
778 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
781 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 955 Deoptimizer::BailoutType bailout_type) {
961 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
1023 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
1043 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
1046 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]

Completed in 1113 milliseconds