/external/v8/src/crankshaft/ |
D | lithium-codegen.h | 86 int last_lazy_deopt_pc_; variable
|
D | lithium-codegen.cc | 63 last_lazy_deopt_pc_(0), in LCodeGenBase() 112 last_lazy_deopt_pc_ = masm()->pc_offset(); in GenerateBody()
|
/external/v8/src/compiler/ |
D | code-generator.h | 240 int last_lazy_deopt_pc_; variable
|
D | code-generator.cc | 52 last_lazy_deopt_pc_(0), in CodeGenerator() 789 last_lazy_deopt_pc_ = masm()->pc_offset(); in MarkLazyDeoptSite()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 2036 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2037 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2076 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2080 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1799 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 1802 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1974 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) { in EnsureSpaceForLazyDeopt() 1975 intptr_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2385 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2386 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2223 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in AssembleMove() 2224 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in AssembleMove()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2216 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in AssembleMove() 2220 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in AssembleMove()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2323 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2327 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 2615 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2616 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 999 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) { in EnsureSpaceForLazyDeopt() 1000 ptrdiff_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 1011 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 2463 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 5079 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5080 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5084 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5089 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 5472 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in DoShiftI() 5473 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in DoShiftI() 5481 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI() 5485 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 5515 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5516 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5524 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5529 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 5309 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5310 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5318 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5323 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 5574 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in DoShiftI() 5575 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in DoShiftI() 5583 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI() 5588 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 5562 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5563 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5567 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5572 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 5307 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5310 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5318 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5323 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 5362 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5363 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5367 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5372 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|