/external/v8/src/crankshaft/ |
D | lithium-codegen.h | 84 int last_lazy_deopt_pc_; variable
|
D | lithium-codegen.cc | 60 last_lazy_deopt_pc_(0), in LCodeGenBase() 109 last_lazy_deopt_pc_ = masm()->pc_offset(); in GenerateBody()
|
/external/v8/src/compiler/ |
D | code-generator.h | 217 int last_lazy_deopt_pc_; variable
|
D | code-generator.cc | 52 last_lazy_deopt_pc_(0), in CodeGenerator() 709 last_lazy_deopt_pc_ = masm()->pc_offset(); in MarkLazyDeoptSite()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1370 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 1373 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1632 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) { in EnsureSpaceForLazyDeopt() 1633 intptr_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1696 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 1697 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1736 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 1740 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1851 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 1855 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2120 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2121 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1973 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 1977 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 2128 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 2129 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 5406 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5407 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5411 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5416 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 5329 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5332 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5340 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5345 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1055 if (current_pc < (last_lazy_deopt_pc_ + space_needed)) { in EnsureSpaceForLazyDeopt() 1056 ptrdiff_t padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 1067 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 2511 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 5211 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5212 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5216 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5221 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 5363 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5364 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5372 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5377 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 5769 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5770 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5774 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5779 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 5569 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in EnsureSpaceForLazyDeopt() 5570 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in EnsureSpaceForLazyDeopt() 5578 last_lazy_deopt_pc_ = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() 5583 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoLazyBailout()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 5610 if (current_pc < last_lazy_deopt_pc_ + space_needed) { in DoShiftI() 5611 int padding_size = last_lazy_deopt_pc_ + space_needed - current_pc; in DoShiftI() 5619 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI() 5624 last_lazy_deopt_pc_ = masm()->pc_offset(); in DoShiftI()
|