Home
last modified time | relevance | path

Searched refs:UpdateState (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcsa-load-elimination.cc372 return UpdateState(node, new_state); in ReduceLoadFromObject()
394 return UpdateState(node, new_state); in ReduceStoreToObject()
404 return UpdateState(node, new_state); in ReduceStoreToObject()
418 return UpdateState(node, state); in ReduceEffectPhi()
438 return UpdateState(node, state); in ReduceEffectPhi()
442 return UpdateState(node, empty_state()); in ReduceStart()
466 return UpdateState( in ReduceOtherNode()
476 Reduction CsaLoadElimination::UpdateState(Node* node, in UpdateState() function in v8::internal::compiler::CsaLoadElimination
494 return UpdateState(node, state); in PropagateInputState()
Dload-elimination.cc750 return UpdateState(node, state); in ReduceMapGuard()
765 return UpdateState(node, state); in ReduceCheckMaps()
783 return UpdateState(node, state); in ReduceCompareMaps()
810 return UpdateState(node, state); in ReduceEnsureWritableFastElements()
838 return UpdateState(node, state); in ReduceMaybeGrowFastElements()
878 return UpdateState(node, state); in ReduceTransitionElementsKind()
903 return UpdateState(node, state); in ReduceTransitionAndStoreElement()
967 return UpdateState(node, state); in ReduceLoadField()
1051 return UpdateState(node, state); in ReduceStoreField()
1098 return UpdateState(node, state); in ReduceLoadElement()
[all …]
Dcsa-load-elimination.h161 Reduction UpdateState(Node* node, AbstractState const* state); in NON_EXPORTED_BASE()
Dload-elimination.h314 Reduction UpdateState(Node* node, AbstractState const* state); in NON_EXPORTED_BASE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h183 void UpdateState(LatticeKey Key, LatticeVal LV);
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() function
406 UpdateState(std::move(ChangedValue.first), in visitPHINode()
422 UpdateState(Key, Overdefined); in visitPHINode()
445 UpdateState(Key, PNIV); in visitPHINode()
461 UpdateState(ChangedValue.first, ChangedValue.second); in visitInst()
/third_party/node/deps/v8/src/ic/
Dic.cc280 void IC::UpdateState(Handle<Object> lookup_start_object, Handle<Object> name) { in UpdateState() function in v8::internal::IC
455 UpdateState(object, name); in Load()
2695 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2702 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2708 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2727 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
2742 ic.UpdateState(object, key); in RUNTIME_FUNCTION()
2768 ic.UpdateState(global, name); in RUNTIME_FUNCTION()
2804 ic.UpdateState(object, key); in RUNTIME_FUNCTION()
2824 ic.UpdateState(receiver, key); in RUNTIME_FUNCTION()
[all …]
Dic.h42 void UpdateState(Handle<Object> lookup_start_object, Handle<Object> name);
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc364 return UpdateState(ExecuteJobImpl(), State::kReadyToFinalize); in ExecuteJob()
376 return UpdateState(FinalizeJobImpl(shared_info, isolate), State::kSucceeded); in FinalizeJob()
384 return UpdateState(FinalizeJobImpl(shared_info, isolate), State::kSucceeded); in FinalizeJob()
449 return UpdateState(PrepareJobImpl(isolate), State::kReadyToExecute); in PrepareJob()
458 return UpdateState(ExecuteJobImpl(stats, local_isolate), in ExecuteJob()
469 return UpdateState(FinalizeJobImpl(isolate), State::kSucceeded); in FinalizeJob()
476 return UpdateState(FAILED, State::kFailed); in RetryOptimization()
483 return UpdateState(FAILED, State::kFailed); in AbortOptimization()
Dcompiler.h266 V8_WARN_UNUSED_RESULT Status UpdateState(Status status, State next_state) { in UpdateState() function
/third_party/node/deps/v8/src/debug/
Ddebug.h416 void UpdateState();
Ddebug.cc2442 UpdateState(); in SetDebugDelegate()
2445 void Debug::UpdateState() { in UpdateState() function in v8::internal::Debug
2602 debug_->UpdateState(); in DebugScope()
2624 debug_->UpdateState(); in ~DebugScope()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp169533 void UpdateState(bool aNotify);
169723 UpdateState(true); in SetDirectionality()