/third_party/node/deps/v8/src/compiler/ |
D | allocation-builder.h | 24 effect_(effect), in AllocationBuilder() 34 effect_ = graph()->NewNode(simplified()->StoreField(access), allocation_, in Store() 35 value, effect_, control_); in Store() 40 effect_ = graph()->NewNode(simplified()->StoreElement(access), allocation_, in Store() 41 index, value, effect_, control_); in Store() 70 node->ReplaceInput(1, effect_); in FinishAndChange() 76 return graph()->NewNode(common()->FinishRegion(), allocation_, effect_); in Finish() 89 Node* effect_; variable
|
D | graph-assembler.h | 187 Node* effect_; variable 401 effect_ = node; in UpdateEffectControlWith() 430 Effect effect() const { return Effect(effect_); } in effect() 504 : gasm_(gasm), effect_(gasm->effect()), control_(gasm->control()) {} in RestoreEffectControlScope() 507 gasm_->effect_ = effect_; in ~RestoreEffectControlScope() 513 const Effect effect_; variable 528 Node* effect_; variable 594 label->effect_ = graph()->NewNode(common()->EffectPhi(2), effect(), in MergeState() 596 Node* terminate = graph()->NewNode(common()->Terminate(), label->effect_, in MergeState() 608 label->effect_->ReplaceInput(1, effect()); in MergeState() [all …]
|
D | allocation-builder-inl.h | 22 effect_ = graph()->NewNode( in Allocate() 23 common()->BeginRegion(RegionObservability::kNotObservable), effect_); in Allocate() 25 jsgraph()->Constant(size), effect_, control_); in Allocate() 26 effect_ = allocation_; in Allocate()
|
D | js-type-hint-lowering.h | 63 Node* effect() const { return effect_; } in effect() 96 : kind_(kind), value_(value), effect_(effect), control_(control) {} in LoweringResult() 100 Node* effect_; variable
|
D | js-native-context-specialization.h | 133 : value_(nullptr), effect_(nullptr), control_(nullptr) {} in ValueEffectControl() 135 : value_(value), effect_(effect), control_(control) {} in ValueEffectControl() 138 Node* effect() const { return effect_; } in effect() 143 Node* effect_; variable
|
D | memory-lowering.h | 54 Node* effect() const { return effect_; } in effect() 70 Node* const effect_; variable
|
D | js-type-hint-lowering.cc | 74 effect_(effect), in JSSpeculativeBinopBuilder() 196 return graph()->NewNode(op, left_, right_, effect_, control_); in BuildSpeculativeOperation() 250 Node* const effect_; member in v8::internal::compiler::JSSpeculativeBinopBuilder
|
D | graph-assembler.cc | 43 effect_(nullptr), in GraphAssembler() 575 effect_ = control_ = mcgraph()->Dead(); in ConnectUnreachableToEnd() 616 effect_ = nullptr; in Reset() 621 effect_ = effect; in InitializeEffectControl()
|
D | memory-lowering.cc | 700 effect_(nullptr) {} in AllocationState() 707 effect_(effect) {} in AllocationState() 712 : group_(group), size_(size), top_(top), effect_(effect) {} in AllocationState()
|
D | js-call-reducer.cc | 3327 effect_(NodeProperties::GetEffectInput(node)), in IteratingArrayBuiltinHelper() 3329 inference_(broker, receiver_, effect_) { in IteratingArrayBuiltinHelper() 3351 dependencies, jsgraph, &effect_, control_, p.feedback()); in IteratingArrayBuiltinHelper() 3358 Effect effect() const { return effect_; } in effect() 3367 Effect effect_; member in v8::internal::compiler::__anon0b5e59c21c11::IteratingArrayBuiltinHelper
|
/third_party/node/deps/v8/tools/gcmole/ |
D | gcmole.cc | 440 bool hasGC() { return (effect_ & kCausesGC) != 0; } in hasGC() 441 void setGC() { effect_ |= kCausesGC; } in setGC() 443 bool hasRawDef() { return (effect_ & kRawDef) != 0; } in hasRawDef() 444 void setRawDef() { effect_ |= kRawDef; } in setRawDef() 446 bool hasRawUse() { return (effect_ & kRawUse) != 0; } in hasRawUse() 447 void setRawUse() { effect_ |= kRawUse; } in setRawUse() 460 return reinterpret_cast<Environment*>(effect_ & ~kAllEffects); in env() 469 : effect_((effect & kAllEffects) | in ExprEffect() 472 intptr_t effect_; member in __anon21c93c610111::ExprEffect 671 return ExprEffect(a.effect_ | b.effect_, out); in Merge() [all …]
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.cc | 826 if (!effect_) { in render_texture() 827 effect_ = device_->create_default_effect(); in render_texture() 832 ScopedBinder<Effect> fx_binder(ctx, effect_); in render_texture()
|
D | osr_d3d11_win.h | 265 std::shared_ptr<Effect> effect_; variable
|