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

  /external/v8/src/compiler/arm/
code-generator-arm.cc 500 Deoptimizer::BailoutType bailout_type = local
502 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 598 Deoptimizer::BailoutType bailout_type = local
600 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 460 Deoptimizer::BailoutType bailout_type = local
462 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 593 Deoptimizer::BailoutType bailout_type = local
595 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 603 Deoptimizer::BailoutType bailout_type = local
605 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 793 Deoptimizer::BailoutType bailout_type = local
795 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 701 Deoptimizer::BailoutType bailout_type = local
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 548 Deoptimizer::BailoutType bailout_type = local
550 AssembleDeoptimizerCall(deopt_state_id, bailout_type);
    [all...]
  /external/v8/src/
deoptimizer.h 431 bailout_type(type),
435 return address == other.address && bailout_type == other.bailout_type &&
442 Deoptimizer::BailoutType bailout_type; member in struct:v8::internal::Deoptimizer::JumpTableEntry
454 BailoutType bailout_type() const { return bailout_type_; } function in class:v8::internal::Deoptimizer
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 325 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
792 Deoptimizer::BailoutType bailout_type) {
798 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
854 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
870 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
873 DeoptimizeIf(condition, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 892 Deoptimizer::BailoutType bailout_type = local
896 bailout_type = *override_bailout_type;
902 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
950 entry, deopt_info, bailout_type, !frame_is_built_);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 808 Deoptimizer::BailoutType bailout_type) {
814 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
856 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
876 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
879 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 326 DCHECK(table_entry->bailout_type == jump_table_[0].bailout_type);
768 Deoptimizer::BailoutType bailout_type,
775 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
820 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
837 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
840 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 756 Deoptimizer::BailoutType bailout_type,
763 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
810 entry, deopt_info, bailout_type, !frame_is_built_);
826 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
829 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, src1, src2);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 320 DCHECK_EQ(jump_table_[0].bailout_type, table_entry->bailout_type);
734 Deoptimizer::BailoutType bailout_type,
741 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
783 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
800 Deoptimizer::BailoutType bailout_type = local
802 DeoptimizeIf(condition, instr, deopt_reason, bailout_type, cr);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 730 Deoptimizer::BailoutType bailout_type) {
736 Deoptimizer::GetDeoptimizationEntry(isolate(), id, bailout_type);
784 Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
804 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
807 DeoptimizeIf(cc, instr, deopt_reason, bailout_type);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 1167 Deoptimizer::BailoutType bailout_type = info()->IsStub() local
    [all...]

Completed in 598 milliseconds