Searched refs:hint_ (Results 1 – 7 of 7) sorted by relevance
61 hint_ = 0; in Init()161 …google::protobuf::internal::Release_Store(&hint_, reinterpret_cast<google::protobuf::internal::Ato… in AddBlockInternal()199 Block* b = reinterpret_cast<Block*>(google::protobuf::internal::Acquire_Load(&hint_)); in AllocateAligned()221 …google::protobuf::internal::NoBarrier_Store(&hint_, reinterpret_cast<google::protobuf::internal::A… in SlowAlloc()285 hint_ = 0; in FreeBlocks()
882 google::protobuf::internal::AtomicWord hint_; // Fast thread-local block access variable
86 : representation_(representation), hint_(hint) {} in representation_()89 BranchHint hint() const { return hint_; } in hint()93 const BranchHint hint_; variable
260 : operand_(operand), hint_(hint), next_(nullptr), pos_(pos), flags_(0) { in UsePosition()289 if (hint_ == nullptr) return false; in HintRegister()295 UsePosition* use_pos = reinterpret_cast<UsePosition*>(hint_); in HintRegister()303 reinterpret_cast<InstructionOperand*>(hint_); in HintRegister()309 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_); in HintRegister()346 hint_ = use_pos; in SetHint()353 hint_ = use_pos; in ResolveHint()
295 void* hint_; in NON_EXPORTED_BASE() local
167 LOperand* hint() const { return hint_; } in hint()179 LOperand* const hint_; variable
32 hint_(hint), in UsePosition()48 return hint_ != NULL && !hint_->IsUnallocated(); in HasHint()