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

1 2 3 4 5 6 7

  /external/v8/src/compiler/arm/
unwinding-info-writer-arm.h 31 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block);
34 void MarkLinkRegisterOnTopOfStack(int pc_offset);
35 void MarkPopLinkRegisterFromTopOfStack(int pc_offset);
unwinding-info-writer-arm.cc 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset,
24 eh_frame_writer_.AdvanceLocation(pc_offset);
91 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) {
94 eh_frame_writer_.AdvanceLocation(pc_offset);
99 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) {
102 eh_frame_writer_.AdvanceLocation(pc_offset);
  /external/v8/src/compiler/arm64/
unwinding-info-writer-arm64.h 31 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block);
34 void MarkLinkRegisterOnTopOfStack(int pc_offset, const Register& sp);
35 void MarkPopLinkRegisterFromTopOfStack(int pc_offset);
unwinding-info-writer-arm64.cc 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset,
24 eh_frame_writer_.AdvanceLocation(pc_offset);
91 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset,
95 eh_frame_writer_.AdvanceLocation(pc_offset);
100 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) {
103 eh_frame_writer_.AdvanceLocation(pc_offset);
  /external/v8/src/compiler/
unwinding-info-writer.h 37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) {
code-generator.h 214 int BuildTranslation(Instruction* instr, int pc_offset,
240 DeoptimizationState(BailoutId bailout_id, int translation_id, int pc_offset,
244 pc_offset_(pc_offset),
250 int pc_offset() const { return pc_offset_; } function in class:v8::internal::compiler::final::final
264 int pc_offset; member in struct:v8::internal::compiler::final::HandlerInfo
  /external/v8/src/compiler/x64/
unwinding-info-writer-x64.cc 12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset,
25 eh_frame_writer_.AdvanceLocation(pc_offset);
29 eh_frame_writer_.AdvanceLocation(pc_offset);
32 eh_frame_writer_.AdvanceLocation(pc_offset);
unwinding-info-writer-x64.h 27 void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta) {
29 eh_frame_writer_.AdvanceLocation(pc_offset);
38 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block);
  /external/v8/src/crankshaft/arm64/
delayed-masm-arm64.cc 22 DCHECK(pending_pc_ == masm_->pc_offset());
61 pending_pc_ = masm_->pc_offset();
76 DCHECK(pending_pc_ == masm_->pc_offset());
93 pending_pc_ = masm_->pc_offset();
105 DCHECK(pending_pc_ == masm_->pc_offset());
113 DCHECK(pending_pc_ == masm_->pc_offset());
128 pending_pc_ = masm_->pc_offset();
140 DCHECK(pending_pc_ == masm_->pc_offset());
145 DCHECK(pending_pc_ == masm_->pc_offset());
157 pending_pc_ = masm_->pc_offset();
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 36 int pc_offset = deopt_data->Pc(i)->value(); local
37 if (pc_offset == -1) continue;
38 pc_offset = pc_offset + 1; // We will encode the pc offset after the call.
39 DCHECK_GE(pc_offset, prev_pc_offset);
40 int pc_delta = pc_offset - prev_pc_offset;
49 prev_pc_offset = pc_offset;
341 __ push(Operand(ebx, FrameDescription::pc_offset()));
363 int start = masm()->pc_offset();
367 DCHECK(masm()->pc_offset() - start == table_entry_size_)
    [all...]
  /external/v8/src/profiler/
profile-generator.cc 28 void JITLineInfoTable::SetPosition(int pc_offset, int line) {
29 DCHECK(pc_offset >= 0);
31 if (GetSourceLineNumber(pc_offset) != line) {
32 pc_offset_map_.insert(std::make_pair(pc_offset, line));
37 int JITLineInfoTable::GetSourceLineNumber(int pc_offset) const {
38 PcOffsetMap::const_iterator it = pc_offset_map_.lower_bound(pc_offset);
138 int CodeEntry::GetSourceLine(int pc_offset) const {
140 return line_info_->GetSourceLineNumber(pc_offset);
145 void CodeEntry::AddInlineStack(int pc_offset,
147 inline_locations_.insert(std::make_pair(pc_offset, std::move(inline_stack)))
675 int pc_offset = static_cast<int>(reinterpret_cast<Address>(sample.pc) - local
704 int pc_offset = local
    [all...]
profile-generator.h 27 void SetPosition(int pc_offset, int line);
28 int GetSourceLineNumber(int pc_offset) const;
33 // pc_offset -> source line
90 int GetSourceLine(int pc_offset) const;
92 void AddInlineStack(int pc_offset, std::vector<CodeEntry*> inline_stack);
93 const std::vector<CodeEntry*>* GetInlineStack(int pc_offset) const;
  /external/v8/src/
safepoint-table.cc 53 unsigned pc_offset = static_cast<unsigned>(pc - code_->instruction_start()); local
56 if (GetPcOffset(i) == pc_offset) return GetEntry(i);
109 info.pc = assembler->pc_offset();
142 offset_ = assembler->pc_offset();
  /external/v8/src/x87/
deoptimizer-x87.cc 36 int pc_offset = deopt_data->Pc(i)->value(); local
37 if (pc_offset == -1) continue;
38 pc_offset = pc_offset + 1; // We will encode the pc offset after the call.
39 DCHECK_GE(pc_offset, prev_pc_offset);
40 int pc_delta = pc_offset - prev_pc_offset;
49 prev_pc_offset = pc_offset;
377 __ push(Operand(ebx, FrameDescription::pc_offset()));
399 int start = masm()->pc_offset();
403 DCHECK(masm()->pc_offset() - start == table_entry_size_)
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 66 static void CheckPCOffset(InstructionSet isa, CalleeSaveType type, size_t pc_offset)
70 EXPECT_EQ(frame_info.GetReturnPcOffset(), pc_offset)
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
common_interface_defs.h 192 void **pc_offset);

Completed in 664 milliseconds

1 2 3 4 5 6 7