HomeSort by relevance Sort by last modified time
    Searched refs:pc_offset (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /external/v8/src/ppc/
assembler-ppc.cc 263 desc->instr_size = pc_offset();
275 DCHECK((pc_offset() & (kInstrSize - 1)) == 0);
276 while ((pc_offset() & (m - 1)) != 0) {
559 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position
592 bind_to(L, pc_offset());
613 int offset = L->pos() - pc_offset();
712 position = pc_offset();
714 L->link_to(pc_offset());
1077 int pos = pc_offset();
    [all...]
  /external/v8/src/crankshaft/
lithium.h 437 int pc_offset() const { return pc_offset_; } function in class:v8::internal::final
502 int pc_offset) {
506 pc_offset_ = pc_offset;
  /external/v8/src/ia32/
assembler-ia32-inl.h 479 L->link_to(pc_offset());
487 int offset = L->near_link_pos() - pc_offset();
491 L->link_to(pc_offset(), Label::kNear);
assembler-ia32.cc 325 desc->instr_size = pc_offset();
337 int addr = pc_offset();
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 315 desc->instr_size = pc_offset();
324 while ((pc_offset() & (m - 1)) != 0) {
452 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position
473 bind_to(L, pc_offset());
492 int offset = L->pos() - pc_offset();
509 position = pc_offset();
511 L->link_to(pc_offset());
531 target_pos = pc_offset();
533 L->link_to(pc_offset());
535 constant = target_pos - pc_offset();
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 479 L->link_to(pc_offset());
487 int offset = L->near_link_pos() - pc_offset();
491 L->link_to(pc_offset(), Label::kNear);
assembler-x87.cc 240 desc->instr_size = pc_offset();
252 int addr = pc_offset();
1354 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position
1396 bind_to(L, pc_offset());
1404 int offs = L->pos() - pc_offset();
1463 int offs = L->pos() - pc_offset();
    [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 277 uint32_t pc_offset = local
279 return caller_code->TranslatePcOffsetToAstId(pc_offset);
  /external/v8/src/mips/
assembler-mips.cc 320 desc->instr_size = pc_offset();
332 while ((pc_offset() & (m - 1)) != 0) {
912 DCHECK(0 <= pos && pos <= pc_offset()); // Must have valid binding position.
960 bind_to(L, pc_offset());
978 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
984 return pc_offset() - L->pos() < (1 << (bits + 2 - 1)) - 1 - 5 * kInstrSize;
    [all...]
assembler-mips.h 425 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
429 return pc_offset() - L->pos() < kMaxCompactBranchOffset - 4 * kInstrSize;
    [all...]
  /external/v8/src/
eh-frame.h 82 void AdvanceLocation(int pc_offset);
assembler.cc 199 start_offset_(assembler->pc_offset()),
208 CHECK_EQ(expected_size_, assembler_->pc_offset() - start_offset_);
    [all...]
frames.cc 413 unsigned pc_offset = static_cast<unsigned>(pc - holder->instruction_start()); local
418 pc = holder->instruction_start() + pc_offset;
1466 int pc_offset = static_cast<int>(pc() - code->entry()); local
1778 int pc_offset = static_cast<int>(pc() - code->entry()); local
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.h 218 code_relative_fixup_positions_.Add(masm_.pc_offset(), zone());
  /external/v8/src/snapshot/
deserializer.cc 710 int pc_offset = source_.GetInt(); local
714 DCHECK(0 <= pc_offset && pc_offset <= code->instruction_size());
    [all...]
serializer.cc 643 intptr_t pc_offset = rinfo->target_internal_reference_address() - entry; local
645 DCHECK(0 <= pc_offset &&
646 pc_offset <= Code::cast(object_)->instruction_size());
653 sink_->PutInt(static_cast<uintptr_t>(pc_offset), "internal ref address");
  /external/v8/src/wasm/
wasm-text.cc 94 offset_table->emplace_back(i.pc_offset(), line_nr, indentation);
wasm-interpreter.cc 736 TRACE("@%u: control %s\n", i.pc_offset(),
740 TRACE("control @%u: Block\n", i.pc_offset());
746 TRACE("control @%u: Loop\n", i.pc_offset());
753 TRACE("control @%u: If\n", i.pc_offset());
762 TRACE("control @%u: Else\n", i.pc_offset());
771 TRACE("control @%u: End\n", i.pc_offset());
784 TRACE("control @%u: Br[depth=%u]\n", i.pc_offset(), operand.depth);
791 TRACE("control @%u: BrIf[depth=%u]\n", i.pc_offset(), operand.depth);
799 TRACE("control @%u: BrTable[count=%u]\n", i.pc_offset(),
    [all...]
  /external/v8/src/mips64/
assembler-mips64.h 429 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
433 return pc_offset() - L->pos() < kMaxCompactBranchOffset - 4 * kInstrSize;
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 145 unsigned offset = masm()->pc_offset();
289 BailoutStateField::encode(state) | PcField::encode(masm_->pc_offset());
303 DCHECK(masm_->pc_offset() > 0);
307 { ast_id, static_cast<unsigned>(masm_->pc_offset()), depth };
638 source_position_table_builder_.AddPosition(masm_->pc_offset(),
644 source_position_table_builder_.AddPosition(masm_->pc_offset(),
    [all...]
  /external/v8/src/heap/
heap.h     [all...]
  /external/v8/src/arm/
assembler-arm.cc 595 desc->instr_size = pc_offset();
607 DCHECK((pc_offset() & (kInstrSize - 1)) == 0);
608 while ((pc_offset() & (m - 1)) != 0) {
    [all...]
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 248 masm->isolate()->heap()->SetSetterStubDeoptPCOffset(masm->pc_offset());
294 masm->isolate()->heap()->SetGetterStubDeoptPCOffset(masm->pc_offset());
  /external/v8/src/arm64/
assembler-arm64.h 866 DCHECK(pc_offset() >= label->pos());
867 DCHECK(pc_offset() < buffer_size_);
868 return pc_offset() - label->pos();
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 337 unwinding_info_writer_->MarkLinkRegisterOnTopOfStack(__ pc_offset(),
346 unwinding_info_writer_->MarkPopLinkRegisterFromTopOfStack(__ pc_offset());
553 unwinding_info_writer_.MarkFrameDeconstructed(__ pc_offset());
    [all...]

Completed in 826 milliseconds

1 23 4 5 6 7