HomeSort by relevance Sort by last modified time
    Searched refs:bailout_type (Results 1 - 25 of 29) sorted by null

1 2

  /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/compiler/
code-generator.h 116 Deoptimizer::BailoutType bailout_type);
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 235 Deoptimizer::BailoutType bailout_type);
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/ia32/
lithium-codegen-ia32.h 208 Deoptimizer::BailoutType bailout_type);
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.h 229 Deoptimizer::BailoutType bailout_type,
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.h 231 Deoptimizer::BailoutType bailout_type,
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 211 Deoptimizer::BailoutType bailout_type, CRegister cr = cr7);
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.h 211 Deoptimizer::BailoutType bailout_type, CRegister cr = cr7);
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.h 209 Deoptimizer::BailoutType bailout_type);
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 236 Deoptimizer::BailoutType bailout_type);
  /external/v8/src/runtime/
runtime-compiler.cc 130 DCHECK(type == deoptimizer->bailout_type());
  /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...]

Completed in 814 milliseconds

1 2