/external/v8/src/crankshaft/ |
D | lithium-codegen.h | 89 int last_lazy_deopt_pc_; variable
|
D | lithium-codegen.cc | 66 last_lazy_deopt_pc_(0), in LCodeGenBase() 117 last_lazy_deopt_pc_ = masm()->pc_offset(); in GenerateBody()
|
/external/v8/src/compiler/ |
D | code-generator.h | 287 int last_lazy_deopt_pc_; variable
|
D | code-generator.cc | 55 last_lazy_deopt_pc_(0), in CodeGenerator() 978 last_lazy_deopt_pc_ = masm()->pc_offset(); in MarkLazyDeoptSite()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2169 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) { in EnsureSpaceForLazyDeopt() 2170 intptr_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2573 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in AssembleMove() 2577 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in AssembleMove()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2368 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2372 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 2761 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2762 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2592 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2595 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 2665 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2666 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2668 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2672 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 4922 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 4923 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 4927 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 4932 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 5148 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5151 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5159 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5164 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 5207 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5208 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5212 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5217 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 5181 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5182 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5190 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5195 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1008 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) { in EnsureSpaceForLazyDeopt() 1009 ptrdiff_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 1020 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 2475 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2892 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in AssembleMove() 2893 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in AssembleMove()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2860 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2861 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 5415 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5416 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5420 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5425 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 5453 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in DoShiftI() 5454 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in DoShiftI() 5462 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI() 5467 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 5394 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in DoShiftI() 5395 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in DoShiftI() 5403 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI() 5407 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 5374 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5375 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5383 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5388 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|