Searched refs:pc_offset (Results 1 - 25 of 97) sorted by path

1234

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h96 int pc_offset; member in struct:CallUnrollInfo
146 if (!memcmp(eip_char + callunrollinfo[i].pc_offset,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dgetpc.h94 int pc_offset; member in struct:CallUnrollInfo
143 if (!memcmp(eip_char + callunrollinfo[i].pc_offset,
/external/chromium_org/v8/src/arm/
H A Dassembler-arm-inl.h410 if (pc_offset() >= next_buffer_check_) {
H A Dassembler-arm.cc495 desc->instr_size = pc_offset();
503 while ((pc_offset() & (m - 1)) != 0) {
947 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position
964 bind_to(L, pc_offset());
1322 target_pos = pc_offset();
1324 L->link_to(pc_offset());
1330 return target_pos - (pc_offset() + kPcLoadDelta);
1483 // itself, emitting pc_offset().
1484 int link = label->is_linked() ? label->pos() : pc_offset();
1485 label->link_to(pc_offset());
[all...]
H A Dassembler-arm.h1318 return pc_offset() - label->pos();
1525 int start = pc_offset() + kInstrSize + 2 * kPointerSize;
1544 (pc_offset() < no_const_pool_before_);
H A Dbuiltins-arm.cc663 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1526 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
H A Ddeoptimizer-arm.cc293 __ ldr(r6, MemOperand(r2, FrameDescription::pc_offset()));
325 int start = masm()->pc_offset();
329 DCHECK(masm()->pc_offset() - start == table_entry_size_);
H A Dfull-codegen-arm.cc149 info->set_prologue_offset(masm_->pc_offset());
151 info->AddNoFrameRange(0, masm_->pc_offset());
431 int distance = masm_->pc_offset();
462 info_->AddNoFrameRange(no_frame_start, masm_->pc_offset());
H A Dlithium-codegen-arm.cc141 info()->set_prologue_offset(masm_->pc_offset());
149 info_->AddNoFrameRange(0, masm_->pc_offset());
245 osr_pc_offset_ = masm()->pc_offset();
321 if (!is_int24((masm()->pc_offset() / Assembler::kInstrSize) +
835 int pc_offset = masm()->pc_offset(); local
838 (mode == Safepoint::kLazyDeopt) ? pc_offset : -1);
968 data->SetPc(i, Smi::FromInt(env->pc_offset()));
2976 info_->AddNoFrameRange(no_frame_start, masm_->pc_offset());
5626 int current_pc = masm()->pc_offset();
[all...]
H A Dmacro-assembler-arm.cc956 pc_offset() - Instruction::kPCReadOffset;
1028 frame_ends = pc_offset();
1032 frame_ends = pc_offset();
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h1250 if (pc_offset() >= next_veneer_pool_check_) {
1253 if (pc_offset() >= next_constant_pool_check_) {
H A Dassembler-arm64.cc312 int offset = assm_->pc_offset();
336 return assm_->pc_offset() - first_use_;
374 prologue_size += IsAligned(assm_->pc_offset() + prologue_size, 8) ?
460 (IsAligned(assm_->pc_offset(), 8) ? 0 : 1);
506 DCHECK(IsAligned(assm_->pc_offset(), 8));
596 desc->instr_size = pc_offset();
606 while ((pc_offset() & (m - 1)) != 0) {
723 // |---------------------->| pc_offset
740 DCHECK(linkoffset < pc_offset());
757 label->bind_to(pc_offset());
[all...]
H A Dassembler-arm64.h926 DCHECK(pc_offset() >= label->pos());
927 DCHECK(pc_offset() < buffer_size_);
928 return pc_offset() - label->pos();
2078 next_constant_pool_check_ = pc_offset() + instructions * kInstructionSize;
2207 // pc_offset() for convenience.
2276 DCHECK((pc_offset() + kGap) == buffer_size_);
H A Dbuiltins-arm64.cc628 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1540 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
H A Ddelayed-masm-arm64.cc24 DCHECK(pending_pc_ == masm_->pc_offset());
63 pending_pc_ = masm_->pc_offset();
78 DCHECK(pending_pc_ == masm_->pc_offset());
95 pending_pc_ = masm_->pc_offset();
107 DCHECK(pending_pc_ == masm_->pc_offset());
115 DCHECK(pending_pc_ == masm_->pc_offset());
130 pending_pc_ = masm_->pc_offset();
142 DCHECK(pending_pc_ == masm_->pc_offset());
147 DCHECK(pending_pc_ == masm_->pc_offset());
159 pending_pc_ = masm_->pc_offset();
[all...]
H A Ddeoptimizer-arm64.cc299 __ Ldr(lr, MemOperand(last_output_frame, FrameDescription::pc_offset()));
326 int start = masm()->pc_offset();
330 DCHECK(masm()->pc_offset() - start == table_entry_size_);
H A Dfull-codegen-arm64.cc150 info->set_prologue_offset(masm_->pc_offset());
152 info->AddNoFrameRange(0, masm_->pc_offset());
418 int distance = masm_->pc_offset() + kCodeSizeMultiplier / 2;
447 int no_frame_start = masm_->pc_offset();
457 info_->AddNoFrameRange(no_frame_start, masm_->pc_offset());
H A Dlithium-codegen-arm64.cc372 int pc_offset = masm()->pc_offset(); local
375 (mode == Safepoint::kLazyDeopt) ? pc_offset : -1);
665 info()->set_prologue_offset(masm_->pc_offset());
673 info_->AddNoFrameRange(0, masm_->pc_offset());
752 osr_pc_offset_ = masm()->pc_offset();
970 data->SetPc(i, Smi::FromInt(env->pc_offset()));
1153 intptr_t current_pc = masm()->pc_offset();
1167 last_lazy_deopt_pc_ = masm()->pc_offset();
2634 last_lazy_deopt_pc_ = masm()->pc_offset();
[all...]
H A Dmacro-assembler-arm64.cc682 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset());
685 int max_reachable_pc = pc_offset() + Instruction::ImmBranchRange(b_type);
688 FarBranchInfo(pc_offset(), label)));
709 int label_offset = label->pos() - pc_offset();
/external/chromium_org/v8/src/
H A Dassembler.cc160 start_offset_(assembler->pc_offset()),
169 CHECK_EQ(expected_size_, assembler_->pc_offset() - start_offset_);
1530 assembler_->pc_offset(),
1542 assembler_->pc_offset(),
H A Dassembler.h86 int pc_offset() const { return static_cast<int>(pc_ - buffer_); } function in class:v8::internal::AssemblerBase
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc857 int current_pc = masm()->pc_offset();
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc858 intptr_t current_pc = masm()->pc_offset();
/external/chromium_org/v8/src/compiler/
H A Dcode-generator.cc41 info->set_prologue_offset(masm()->pc_offset());
54 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size();
55 while (masm()->pc_offset() < target_offset) {
225 data->SetPc(i, Smi::FromInt(deoptimization_state->pc_offset()));
254 int pc_offset = masm()->pc_offset(); local
255 int deopt_state_id = BuildTranslation(instr, pc_offset, frame_state_offset,
347 int CodeGenerator::BuildTranslation(Instruction* instr, int pc_offset, argument
363 descriptor->bailout_id(), translation.index(), pc_offset));
409 last_lazy_deopt_pc_ = masm()->pc_offset();
[all...]
H A Dcode-generator.h91 int BuildTranslation(Instruction* instr, int pc_offset,
109 int pc_offset() const { return pc_offset_; } function in struct:v8::internal::compiler::FINAL::DeoptimizationState
111 DeoptimizationState(BailoutId bailout_id, int translation_id, int pc_offset) argument
114 pc_offset_(pc_offset) {}

Completed in 1058 milliseconds

1234