Searched defs:effects (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-flow-engine.h15 // An example implementation of effects that doesn't collect anything.
54 // by the type of the state and the effects collected while walking over the
59 // which facts could be invalidated on other control flow paths. The effects
62 // each block at most twice; once for state, and optionally once for effects.
66 // an effects implementation for local analysis.
91 // block, starting with the initial state. Computes effects for nested loops.
107 // Apply loop effects before analyzing loop body.
139 // Computes and caches the loop effects for the loop which has the given
143 Effects* effects = loop_effects_[block->block_id()]; local
144 if (effects !
[all...]
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioRecord.java50 private WebRtcAudioEffects effects = null; field in class:WebRtcAudioRecord
123 effects = WebRtcAudioEffects.create();
128 if (effects == null) {
132 return effects.setAEC(enable);
137 if (effects == null) {
141 return effects.setAGC(enable);
146 if (effects == null) {
150 return effects.setNS(enable);
214 if (effects != null) {
215 effects
[all...]
/external/v8/src/
H A Deffects.h14 // A simple struct to represent (write) effects. A write is represented as a
19 // effects.
21 // There are two ways to compose effects: sequentially (they happen one after
60 // Classes encapsulating sets of effects on variables.
62 // Effects maps variables to effects and supports sequential and alternative
74 // store typings. In that case, only definite effects are of interest.
128 Seq(override.effects);
161 void Call(Var var, Effect effect) { effects.Seq(var, new_effect); }
163 Effects effects; member in struct:v8::internal::EffectsMixin::Overrider
238 node_->effects
280 Effects<Var, kNoVar> effects; member in struct:v8::internal::NestedEffectsBase::Node
[all...]
/external/skia/include/core/
H A DSkPaint.h455 * Applies any/all effects (patheffect, stroking) to src, returning the
967 effects in the paint (e.g. stroking). If needed, it uses the storage
988 // ultra fast-case: filling with no effects that affect geometry
990 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); local
991 effects |= reinterpret_cast<uintptr_t>(this->getMaskFilter());
992 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect());
993 effects |= reinterpret_cast<uintptr_t>(this->getImageFilter());
994 if (!effects) {
/external/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc784 Node* CheckConvertedInput(IrOpcode::Value opcode, int which, bool effects) { argument
785 return CheckConverted(opcode, result->InputAt(which), effects);
788 Node* CheckConverted(IrOpcode::Value opcode, Node* node, bool effects) { argument
790 if (effects) {
1006 // But effects should be ordered start -> i1 -> effect_use
/external/v8/src/wasm/
H A Dast-decoder.cc1295 // Merge effects.
1297 TFNode* effects[] = {to->effect, from->effect, merge}; local
1298 to->effect = builder_->EffectPhi(2, effects, merge);
1316 // Merge effects.
1321 TFNode** effects = builder_->Buffer(count); local
1323 effects[j] = to->effect;
1325 effects[count - 1] = from->effect;
1326 to->effect = builder_->EffectPhi(count, effects, merge);
/external/v8/src/compiler/
H A Dwasm-compiler.cc351 Node* WasmGraphBuilder::EffectPhi(unsigned count, Node** effects, argument
354 Node** buf = Realloc(effects, count, count + 1);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 249 milliseconds