Searched refs:hint_ (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | arena.cc | 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()
|
D | arena.h | 882 google::protobuf::internal::AtomicWord hint_; // Fast thread-local block access variable
|
/external/v8/src/compiler/ |
D | common-operator.h | 138 : representation_(representation), hint_(hint) {} in representation_() 141 BranchHint hint() const { return hint_; } in hint() 145 const BranchHint hint_; variable
|
D | simplified-operator.h | 455 : hint_(hint), feedback_(feedback) {} in NumberOperationParameters() 457 NumberOperationHint hint() const { return hint_; } in hint() 461 NumberOperationHint hint_;
|
D | register-allocator.cc | 261 : operand_(operand), hint_(hint), next_(nullptr), pos_(pos), flags_(0) { in UsePosition() 293 if (hint_ == nullptr) return false; in HintRegister() 299 UsePosition* use_pos = reinterpret_cast<UsePosition*>(hint_); in HintRegister() 307 reinterpret_cast<InstructionOperand*>(hint_); in HintRegister() 313 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_); in HintRegister() 348 hint_ = use_pos; in SetHint() 355 hint_ = use_pos; in ResolveHint()
|
D | register-allocator.h | 299 void* hint_; in NON_EXPORTED_BASE() local
|
/external/v8/src/ast/ |
D | ast.h | 2652 IteratorType hint() const { return hint_; } in hint() 2667 hint_(hint), in GetIterator() 2673 hint_(hint), in GetIterator() 2677 IteratorType hint_; variable
|