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

  /external/protobuf/src/google/protobuf/
arena.cc 61 hint_ = 0;
161 google::protobuf::internal::Release_Store(&hint_, reinterpret_cast<google::protobuf::internal::AtomicWord>(b));
199 Block* b = reinterpret_cast<Block*>(google::protobuf::internal::Acquire_Load(&hint_));
221 google::protobuf::internal::NoBarrier_Store(&hint_, reinterpret_cast<google::protobuf::internal::AtomicWord>(b));
285 hint_ = 0;
arena.h 882 google::protobuf::internal::AtomicWord hint_; \/\/ Fast thread-local block access member in class:google::protobuf::final
    [all...]
  /external/v8/src/compiler/
common-operator.h 80 : representation_(representation), hint_(hint) {}
83 BranchHint hint() const { return hint_; }
87 const BranchHint hint_; member in class:v8::internal::compiler::final
register-allocator.cc 264 : operand_(operand), hint_(hint), next_(nullptr), pos_(pos), flags_(0) {
293 if (hint_ == nullptr) return false;
299 UsePosition* use_pos = reinterpret_cast<UsePosition*>(hint_);
307 reinterpret_cast<InstructionOperand*>(hint_);
313 reinterpret_cast<RegisterAllocationData::PhiMapValue*>(hint_);
350 hint_ = use_pos;
357 hint_ = use_pos;
    [all...]
register-allocator.h 295 void* hint_; member in class:v8::internal::compiler::final
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 167 LOperand* hint() const { return hint_; }
179 LOperand* const hint_; member in class:v8::internal::UsePosition
lithium-allocator.cc 33 hint_(hint),
49 return hint_ != NULL && !hint_->IsUnallocated();
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arena.h 882 google::protobuf::internal::AtomicWord hint_; \/\/ Fast thread-local block access member in class:google::protobuf::final
    [all...]
  /external/v8/src/ast/
ast.h 2984 IteratorType hint_; member in class:v8::internal::final
    [all...]

Completed in 1045 milliseconds