Searched refs:pc_offset_ (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | code-generator.h | 180 int pc_offset() const { return pc_offset_; } in pc_offset() 185 pc_offset_(pc_offset) {} in DeoptimizationState() 190 int pc_offset_; member
|
/external/v8/src/crankshaft/ |
D | lithium.h | 418 pc_offset_(-1), in LEnvironment() 436 int pc_offset() const { return pc_offset_; } in pc_offset() 505 pc_offset_ = pc_offset; in Register() 530 int pc_offset_; variable
|
/external/v8/src/profiler/ |
D | profile-generator.h | 71 pc_offset_ = pc_offset; in set_deopt_info() 125 size_t pc_offset_; variable
|
D | profile-generator.cc | 129 current_info.deopt_pc_offsets.end(), pc_offset_)) { in GetDeoptInfo()
|
/external/v8/src/debug/ |
D | debug.h | 84 return debug_info_->HasBreakPoint(pc_offset_); in HasBreakPoint() 103 inline Address pc() const { return code()->entry() + pc_offset_; } in pc() 165 int pc_offset_; variable
|
D | debug.cc | 65 pc_offset_(static_cast<int>(rinfo->pc() - debug_info->code()->entry())), in BreakLocation() 225 DebugInfo::SetBreakPoint(debug_info_, pc_offset_, position_, in SetBreakPoint() 232 DebugInfo::ClearBreakPoint(debug_info_, pc_offset_, break_point_object); in ClearBreakPoint() 310 return debug_info_->GetBreakPointObjects(pc_offset_); in BreakPointObjects()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 172 : max_reachable_pc_(0), pc_offset_(0), in BranchInfo() 175 : pc_offset_(offset), label_(label), branch_type_(branch_type) { in BranchInfo() 177 pc_offset_ + Instruction::ImmBranchForwardRange(branch_type_); in BranchInfo() 191 bool same_offsets = (branch_1.pc_offset_ == branch_2.pc_offset_); in IsValidComparison() 200 return pc_offset_ == other.pc_offset_; 204 return pc_offset_ < other.pc_offset_; 208 return pc_offset_ <= other.pc_offset_; 212 return pc_offset_ > other.pc_offset_; 218 ptrdiff_t pc_offset_; variable
|
D | macro-assembler-a64.cc | 240 ptrdiff_t branch_pos = branch_info->pc_offset_; in Emit()
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 2082 : pc_offset_(offset), label_(label) {} in FarBranchInfo() 2084 int pc_offset_; variable
|
D | assembler-arm64.cc | 835 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse() 3024 Instruction* branch = InstructionAt(it->second.pc_offset_); in EmitVeneers()
|