Searched refs:pc_offset (Results 51 - 75 of 97) sorted by relevance

1234

/external/chromium_org/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc40 masm->isolate()->heap()->SetGetterStubDeoptPCOffset(masm->pc_offset());
243 masm->isolate()->heap()->SetSetterStubDeoptPCOffset(masm->pc_offset());
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-ia32.cc400 int before = assm.pc_offset();
402 CHECK_EQ(assm.pc_offset() - before, i);
H A Dtest-assembler-x64.cc543 int before = assm.pc_offset();
545 CHECK_EQ(assm.pc_offset() - before, i);
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc189 info()->set_prologue_offset(masm_->pc_offset());
198 info()->AddNoFrameRange(0, masm_->pc_offset());
321 osr_pc_offset_ = masm()->pc_offset();
481 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size();
482 while (masm()->pc_offset() < target_offset) {
814 int pc_offset = masm()->pc_offset(); local
817 (mode == Safepoint::kLazyDeopt) ? pc_offset : -1);
937 data->SetPc(i, Smi::FromInt(env->pc_offset()));
2800 no_frame_start = masm_->pc_offset();
[all...]
H A Dbuiltins-ia32.cc431 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1377 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
/external/chromium_org/v8/src/arm/
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 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 Dassembler-arm-inl.h410 if (pc_offset() >= next_buffer_check_) {
H A Dbuiltins-arm.cc663 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1526 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
/external/chromium_org/v8/src/arm64/
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 Dassembler-arm64-inl.h1250 if (pc_offset() >= next_veneer_pool_check_) {
1253 if (pc_offset() >= next_constant_pool_check_) {
H A Dbuiltins-arm64.cc628 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1540 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc164 info()->set_prologue_offset(masm_->pc_offset());
172 info_->AddNoFrameRange(0, masm_->pc_offset());
260 osr_pc_offset_ = masm()->pc_offset();
808 int pc_offset = masm()->pc_offset(); local
811 (mode == Safepoint::kLazyDeopt) ? pc_offset : -1);
932 data->SetPc(i, Smi::FromInt(env->pc_offset()));
2850 no_frame_start = masm_->pc_offset();
2870 info_->AddNoFrameRange(no_frame_start, masm_->pc_offset());
5640 int current_pc = masm()->pc_offset();
[all...]
H A Dbuiltins-mips.cc686 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1554 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc151 info()->set_prologue_offset(masm_->pc_offset());
160 info()->AddNoFrameRange(0, masm_->pc_offset());
253 osr_pc_offset_ = masm()->pc_offset();
718 int pc_offset = masm()->pc_offset(); local
721 (mode == Safepoint::kLazyDeopt) ? pc_offset : -1);
847 data->SetPc(i, Smi::FromInt(env->pc_offset()));
2819 no_frame_start = masm_->pc_offset();
2835 info_->AddNoFrameRange(no_frame_start, masm_->pc_offset());
5620 int current_pc = masm()->pc_offset();
[all...]
H A Dmacro-assembler-x64.cc2987 int end_position = pc_offset() + CallSize(ext);
2992 CHECK_EQ(end_position, pc_offset());
3009 int end_position = pc_offset() + CallSize(destination);
3014 CHECK_EQ(pc_offset(), end_position);
3023 int end_position = pc_offset() + CallSize(code_object);
3029 CHECK_EQ(end_position, pc_offset());
H A Dbuiltins-x64.cc432 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1447 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h429 int pc_offset; member in struct:pevent
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc158 info()->set_prologue_offset(masm_->pc_offset());
167 info()->AddNoFrameRange(0, masm_->pc_offset());
287 osr_pc_offset_ = masm()->pc_offset();
479 int target_offset = masm()->pc_offset() + Deoptimizer::patch_size();
480 while (masm()->pc_offset() < target_offset) {
1075 int pc_offset = masm()->pc_offset(); local
1078 (mode == Safepoint::kLazyDeopt) ? pc_offset : -1);
1219 data->SetPc(i, Smi::FromInt(env->pc_offset()));
3096 no_frame_start = masm_->pc_offset();
[all...]
H A Dbuiltins-x87.cc431 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1377 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc139 info()->set_prologue_offset(masm_->pc_offset());
147 info_->AddNoFrameRange(0, masm_->pc_offset());
235 osr_pc_offset_ = masm()->pc_offset();
758 int pc_offset = masm()->pc_offset(); local
761 (mode == Safepoint::kLazyDeopt) ? pc_offset : -1);
882 data->SetPc(i, Smi::FromInt(env->pc_offset()));
2820 no_frame_start = masm_->pc_offset();
2840 info_->AddNoFrameRange(no_frame_start, masm_->pc_offset());
5673 int current_pc = masm()->pc_offset();
[all...]
H A Dbuiltins-mips64.cc698 masm->isolate()->heap()->SetConstructStubDeoptPCOffset(masm->pc_offset());
1569 masm->isolate()->heap()->SetArgumentsAdaptorDeoptPCOffset(masm->pc_offset());
/external/chromium_org/v8/src/
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();

Completed in 4020 milliseconds

1234