/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_throttle.cc | 37 UpdateState(); in AdmitRequest() 47 UpdateState(); in RecordResponse() 58 void GcsThrottle::UpdateState() { in UpdateState() function in tensorflow::GcsThrottle
|
D | gcs_throttle.h | 114 UpdateState(); in available_tokens() 137 void UpdateState() EXCLUSIVE_LOCKS_REQUIRED(mu_);
|
/external/v8/src/compiler/ |
D | csa-load-elimination.cc | 194 return UpdateState(node, state); in ReduceLoadFromObject() 210 return UpdateState(node, state); in ReduceStoreToObject() 223 return UpdateState(node, state); in ReduceEffectPhi() 241 return UpdateState(node, state); in ReduceEffectPhi() 245 return UpdateState(node, empty_state()); in ReduceStart() 270 return UpdateState(node, state); in ReduceOtherNode() 280 Reduction CsaLoadElimination::UpdateState(Node* node, in UpdateState() function in v8::internal::compiler::CsaLoadElimination 298 return UpdateState(node, state); in PropagateInputState()
|
D | load-elimination.cc | 749 return UpdateState(node, state); in ReduceMapGuard() 764 return UpdateState(node, state); in ReduceCheckMaps() 782 return UpdateState(node, state); in ReduceCompareMaps() 809 return UpdateState(node, state); in ReduceEnsureWritableFastElements() 837 return UpdateState(node, state); in ReduceMaybeGrowFastElements() 877 return UpdateState(node, state); in ReduceTransitionElementsKind() 902 return UpdateState(node, state); in ReduceTransitionAndStoreElement() 966 return UpdateState(node, state); in ReduceLoadField() 1050 return UpdateState(node, state); in ReduceStoreField() 1094 return UpdateState(node, state); in ReduceLoadElement() [all …]
|
D | csa-load-elimination.h | 95 Reduction UpdateState(Node* node, AbstractState const* state); in NON_EXPORTED_BASE()
|
D | load-elimination.h | 314 Reduction UpdateState(Node* node, AbstractState const* state); in NON_EXPORTED_BASE()
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 79 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) { in UpdateState() function in SparseSolver 237 UpdateState(PN, IV); in visitPHINode() 251 UpdateState(PN, Overdefined); in visitPHINode() 273 UpdateState(PN, PNIV); in visitPHINode() 287 UpdateState(I, IV); in visitInst()
|
/external/webrtc/talk/app/webrtc/ |
D | datachannel.cc | 243 UpdateState(); in Close() 287 UpdateState(); in SetReceiveSsrc() 331 UpdateState(); in SetSendSsrc() 416 UpdateState(); in OnChannelReady() 426 UpdateState(); in DoClose() 429 void DataChannel::UpdateState() { in UpdateState() function in webrtc::DataChannel
|
D | datachannel.h | 245 void UpdateState();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 184 void UpdateState(LatticeKey Key, LatticeVal LV); 245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() function 411 UpdateState(std::move(ChangedValue.first), in visitPHINode() 427 UpdateState(Key, Overdefined); in visitPHINode() 450 UpdateState(Key, PNIV); in visitPHINode() 466 UpdateState(ChangedValue.first, ChangedValue.second); in visitInst()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_external_decoder_unittest.cc | 258 virtual void UpdateState(NetEqOutputType output_type) { in UpdateState() function in webrtc::LargeTimestampJumpTest 296 UpdateState(output_type); in GetAndVerifyOutput() 378 void UpdateState(NetEqOutputType output_type) override { in UpdateState() function in webrtc::ShortTimestampJumpTest
|
/external/v8/src/ic/ |
D | ic.cc | 252 void IC::UpdateState(Handle<Object> lookup_start_object, Handle<Object> name) { in UpdateState() function in v8::internal::IC 2345 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION() 2352 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION() 2358 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION() 2377 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION() 2392 ic.UpdateState(object, key); in RUNTIME_FUNCTION() 2418 ic.UpdateState(global, name); in RUNTIME_FUNCTION() 2454 ic.UpdateState(object, key); in RUNTIME_FUNCTION() 2474 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION() 2504 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION() [all …]
|
D | ic.h | 42 void UpdateState(Handle<Object> lookup_start_object, Handle<Object> name);
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 180 void UpdateState(Instruction &Inst, LatticeVal V);
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel.cc | 973 connections_[i]->UpdateState(now); in UpdateConnectionStates() 1043 UpdateState(); in SortConnections() 1109 void P2PTransportChannel::UpdateState() { in UpdateState() function in cricket::P2PTransportChannel 1384 UpdateState(); in OnConnectionDestroyed()
|
D | p2ptransportchannel.h | 197 void UpdateState();
|
D | port_unittest.cc | 1269 conn->UpdateState(after_created + MIN_CONNECTION_LIFETIME + 1); in TEST_F() 1273 conn->UpdateState(before_created + MIN_CONNECTION_LIFETIME - 1); in TEST_F() 1278 conn->UpdateState(after_created + MIN_CONNECTION_LIFETIME + 1); in TEST_F() 1290 conn->UpdateState( in TEST_F() 1294 conn->UpdateState(after_last_receiving + DEAD_CONNECTION_RECEIVE_TIMEOUT + 1); in TEST_F() 2305 ch1.conn()->UpdateState(unreliable_timeout_delay); in TEST_F() 2321 ch1.conn()->UpdateState(unreliable_timeout_delay + CONNECTION_WRITE_TIMEOUT + in TEST_F() 2354 ch1.conn()->UpdateState(CONNECTION_WRITE_TIMEOUT + 500u); in TEST_F()
|
D | port.h | 525 void UpdateState(uint32_t now);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 97 functions->UpdateState = i915InvalidateState; in i915InitDriverFunctions()
|
/external/v8/src/codegen/ |
D | compiler.cc | 273 return UpdateState(ExecuteJobImpl(), State::kReadyToFinalize); in ExecuteJob() 285 return UpdateState(FinalizeJobImpl(shared_info, isolate), State::kSucceeded); in FinalizeJob() 293 return UpdateState(FinalizeJobImpl(shared_info, isolate), State::kSucceeded); in FinalizeJob() 351 return UpdateState(PrepareJobImpl(isolate), State::kReadyToExecute); in PrepareJob() 360 return UpdateState(ExecuteJobImpl(stats, local_isolate), in ExecuteJob() 371 return UpdateState(FinalizeJobImpl(isolate), State::kSucceeded); in FinalizeJob() 378 return UpdateState(FAILED, State::kFailed); in RetryOptimization() 385 return UpdateState(FAILED, State::kFailed); in AbortOptimization()
|
D | compiler.h | 224 V8_WARN_UNUSED_RESULT Status UpdateState(Status status, State next_state) { in UpdateState() function
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 79 driver->UpdateState = NULL; /* REQUIRED! */ in _mesa_init_driver_functions()
|
/external/mesa3d/src/mesa/main/ |
D | state.c | 493 ctx->Driver.UpdateState(ctx); in _mesa_update_state_locked()
|
/external/v8/src/debug/ |
D | debug.cc | 2065 UpdateState(); in SetDebugDelegate() 2068 void Debug::UpdateState() { in UpdateState() function in v8::internal::Debug 2193 debug_->UpdateState(); in DebugScope() 2215 debug_->UpdateState(); in ~DebugScope()
|
D | debug.h | 400 void UpdateState();
|