/external/v8/src/mips64/ |
D | simulator-mips64.cc | 3552 int64_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3554 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL() 3562 int64_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3565 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL() 3567 set_register(return_addr_reg, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL() 4380 int64_t current_pc = get_pc(); in DecodeTypeImmediate() local 4383 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate() 4384 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeImmediate() 4386 next_pc = current_pc + 2 * Instruction::kInstrSize; in DecodeTypeImmediate() 4393 int64_t current_pc = get_pc(); in DecodeTypeImmediate() local [all …]
|
D | simulator-mips64.h | 439 void CheckForbiddenSlot(int64_t current_pc) { in CheckForbiddenSlot() argument 441 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in CheckForbiddenSlot()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 3673 int32_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3675 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL() 3684 int32_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL() local 3686 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL() 3688 set_register(return_addr_reg, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL() 4174 int32_t current_pc = get_pc(); in DecodeTypeImmediate() local 4177 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate() 4178 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeImmediate() 4180 next_pc = current_pc + 2 * Instruction::kInstrSize; in DecodeTypeImmediate() 4187 int32_t current_pc = get_pc(); in DecodeTypeImmediate() local [all …]
|
D | simulator-mips.h | 408 void CheckForbiddenSlot(int32_t current_pc) { in CheckForbiddenSlot() argument 410 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in CheckForbiddenSlot()
|
/external/v8/src/debug/ |
D | debug.cc | 1156 Address current_pc = rinfo->pc(); in ComputeNewPcForRedirect() local 1158 if (current_pc > old_pc) break; in ComputeNewPcForRedirect() 1159 delta = old_pc - current_pc; in ComputeNewPcForRedirect() 1167 Address current_pc = rinfo->pc(); in ComputeNewPcForRedirect() local 1168 if (current_pc > old_pc) break; in ComputeNewPcForRedirect()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2167 intptr_t current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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 | 2572 int current_pc = masm()->pc_offset(); in AssembleMove() local 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 | 2367 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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 | 2760 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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 | 2591 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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 | 2664 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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 | 2667 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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/compiler/s390/ |
D | code-generator-s390.cc | 2891 int current_pc = masm()->pc_offset(); in AssembleMove() local 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 | 2859 int current_pc = __ pc_offset(); in EnsureSpaceForLazyDeopt() local 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/ia32/ |
D | lithium-codegen-ia32.cc | 4921 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 5147 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 5206 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 5180 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1006 intptr_t current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 5414 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 5452 int current_pc = masm()->pc_offset(); in DoShiftI() local 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()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 5393 int current_pc = masm()->pc_offset(); in DoShiftI() local 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()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 5373 int current_pc = masm()->pc_offset(); in EnsureSpaceForLazyDeopt() local 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()
|