HomeSort by relevance Sort by last modified time
    Searched refs:pc_offset_ (Results 1 - 10 of 10) sorted by null

  /system/core/libunwindstack/include/unwindstack/
DwarfMemory.h 52 void set_pc_offset(uint64_t offset) { pc_offset_ = offset; }
53 void clear_pc_offset() { pc_offset_ = static_cast<uint64_t>(-1); }
68 uint64_t pc_offset_ = static_cast<uint64_t>(-1); member in class:unwindstack::DwarfMemory
  /external/vixl/src/aarch32/
label-aarch32.h 141 pc_offset_(0),
151 pc_offset_(pc_offset),
185 uint32_t GetPcOffset() const { return pc_offset_; }
188 return imm_offset_ + static_cast<Offset>(pc_offset_);
285 uint32_t pc_offset_; member in class:vixl::aarch32::Label
  /system/core/libunwindstack/
DwarfMemory.cpp 115 if (pc_offset_ == static_cast<uint64_t>(-1)) {
119 *value += pc_offset_;
  /external/v8/src/compiler/
code-generator.h 244 pc_offset_(pc_offset),
250 int pc_offset() const { return pc_offset_; }
257 int pc_offset_; member in class:v8::internal::compiler::final::final
  /external/v8/src/crankshaft/
lithium.h 419 pc_offset_(-1),
437 int pc_offset() const { return pc_offset_; }
506 pc_offset_ = pc_offset;
531 int pc_offset_; member in class:v8::internal::final
  /external/vixl/src/aarch64/
macro-assembler-aarch64.h 191 pc_offset_(0),
195 : pc_offset_(offset), label_(label), branch_type_(branch_type) {
197 pc_offset_ + Instruction::GetImmBranchForwardRange(branch_type_);
211 bool same_offsets = (branch_1.pc_offset_ == branch_2.pc_offset_);
220 return pc_offset_ == other.pc_offset_;
224 return pc_offset_ < other.pc_offset_;
228 return pc_offset_ <= other.pc_offset_
238 ptrdiff_t pc_offset_; member in class:vixl::aarch64::VeneerPool::BranchInfo
    [all...]
macro-assembler-aarch64.cc 281 ptrdiff_t branch_pos = branch_info->pc_offset_;
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 1243 intptr_t pc_offset_; member in class:dart::Assembler::CodeComment
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
assembler-arm64.cc 852 if (it->second.pc_offset_ == link_offset) {
    [all...]

Completed in 2349 milliseconds