Searched refs:hint_ (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator.h | 108 : representation_(representation), hint_(hint) {} in SelectParameters() 111 BranchHint hint() const { return hint_; } in hint() 115 const BranchHint hint_; member in v8::internal::compiler::final 393 : value_(value), comparison_order_(comparison_order), hint_(hint) {} in IfValueParameters() 397 BranchHint hint() const { return hint_; } in hint() 402 BranchHint hint_; member in v8::internal::compiler::final
|
H A D | simplified-operator.h | 548 : hint_(hint), feedback_(feedback) {} in NumberOperationParameters() 550 NumberOperationHint hint() const { return hint_; } in hint() 554 NumberOperationHint hint_; member in v8::internal::AbortReason::NumberOperationParameters
|
H A D | js-call-reducer.cc | 126 DCHECK_EQ(hint_, BranchHint::kNone); in ExpectTrue() 127 hint_ = BranchHint::kTrue; in ExpectTrue() 131 DCHECK_EQ(hint_, BranchHint::kNone); in ExpectFalse() 132 hint_ = BranchHint::kFalse; in ExpectFalse() 157 auto if_true = (hint_ == BranchHint::kFalse) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() 159 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() 184 BranchHint hint_ = BranchHint::kNone; member in v8::internal::compiler::JSCallReducerAssembler::final 201 DCHECK_EQ(hint_, BranchHint::kNone); in ExpectTrue() 202 hint_ = BranchHint::kTrue; in ExpectTrue() 207 DCHECK_EQ(hint_, BranchHin in ExpectFalse() 251 BranchHint hint_ = BranchHint::kNone; global() member in v8::internal::compiler::JSCallReducerAssembler::IfBuilder1 [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | arena_impl.h | 316 // of hint_. It's the only write we do to ArenaImpl in the allocation path, in CacheSerialArena() 319 hint_.store(serial, std::memory_order_release); in CacheSerialArena() 324 std::atomic<SerialArena*> hint_; // Fast thread-local block access member in google::protobuf::internal::ArenaImpl 339 SerialArena* serial = hint_.load(std::memory_order_acquire); in GetSerialArenaFast()
|
H A D | arena.cc | 73 hint_.store(nullptr, std::memory_order_relaxed); in Init()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.cc | 216 hint_ = hint_byte; in SetCompilationHint() 828 if (fn->hint_ != kNoCompilationHint) { in WriteTo() 845 fn->hint_ != kNoCompilationHint ? fn->hint_ : kDefaultCompilationHint; in WriteTo()
|
H A D | wasm-module-builder.h | 241 uint8_t hint_ = kNoCompilationHint; member in v8::internal::wasm::WasmFunctionBuilder
|
/third_party/node/src/ |
H A D | node_buffer.cc | 105 void* const hint_; member in node::Buffer::__anon15413::CallbackInfo 147 hint_(hint), in CallbackInfo() 183 callback(data_, hint_); in CallAndResetCallback()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 163 : operand_(operand), hint_(hint), next_(nullptr), pos_(pos), flags_(0) { in UsePosition() 193 if (hint_ == nullptr) return false; in HintRegister() 199 UsePosition* use_pos = reinterpret_cast<UsePosition*>(hint_); in HintRegister() 207 reinterpret_cast<InstructionOperand*>(hint_); in HintRegister() 213 reinterpret_cast<TopTierRegisterAllocationData::PhiMapValue*>(hint_); in HintRegister() 247 hint_ = use_pos; in SetHint() 254 hint_ = use_pos; in ResolveHint()
|
H A D | register-allocator.h | 514 void* hint_; member in v8::internal::compiler::RegisterAllocationFlag::final
|
Completed in 24 milliseconds