Home
last modified time | relevance | path

Searched refs:hint_ (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
Darena.cc61 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()
Darena.h882 google::protobuf::internal::AtomicWord hint_; // Fast thread-local block access variable
/external/v8/src/compiler/
Dcommon-operator.h86 : representation_(representation), hint_(hint) {} in representation_()
89 BranchHint hint() const { return hint_; } in hint()
93 const BranchHint hint_; variable
Dregister-allocator.cc260 : 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()
Dregister-allocator.h295 void* hint_; in NON_EXPORTED_BASE() local
/external/v8/src/crankshaft/
Dlithium-allocator.h167 LOperand* hint() const { return hint_; } in hint()
179 LOperand* const hint_; variable
Dlithium-allocator.cc32 hint_(hint), in UsePosition()
48 return hint_ != NULL && !hint_->IsUnallocated(); in HasHint()