Searched defs:constant (Results 151 - 175 of 199) sorted by relevance

12345678

/external/clang/lib/CodeGen/
H A DCGDecl.cpp136 // some variables even if we can constant-evaluate them because
137 // we can't guarantee every translation unit will constant-evaluate them.
234 // If constant emission failed, then this should be a C++ static
238 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
241 // be constant.
280 // We have a constant initializer, but a nontrivial destructor. We still
336 // We may have to cast the constant because of the initializer
340 // RAUW's the GV uses of this constant will be invalid.
778 /// from a constant global. It is beneficial to use memset if the global is all
847 // constant initialize
1085 llvm::Constant *constant = 0; local
[all...]
H A DCodeGenModule.cpp1069 assert(Init && "failed to initialize as constant");
1472 /// as a constant.
1807 // If it is safe to mark the global 'constant', do so now.
1818 // common vars aren't constant even if declared const.
2383 // Construct the type for a constant NSString.
2537 /// constant array for the given string literal.
2563 /// GetAddrOfConstantStringFromObjCEncode - Return a pointer to a constant
2576 bool constant,
2586 new llvm::GlobalVariable(CGM.getModule(), C->getType(), constant,
2598 /// actually a pointer to an LLVM constant depend
2575 GenerateStringLiteral(StringRef str, bool constant, CodeGenModule &CGM, const char *GlobalName, unsigned Alignment) argument
[all...]
/external/flac/include/FLAC/
H A Dformat.h267 FLAC__SUBFRAME_TYPE_CONSTANT = 0, /**< constant signal */
284 FLAC__int32 value; /**< The constant signal value. */
346 FLAC__Subframe_Constant constant; member in union:__anon18605::__anon18606
/external/mesa3d/src/glsl/
H A Dast.h363 unsigned constant:1; member in struct:ast_type_qualifier::__anon23882::__anon23883
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java27 import proguard.classfile.constant.*;
118 public void visitAnyConstant(Clazz clazz, Constant constant) argument
/external/skia/src/gpu/
H A DGrDrawState.h306 * Sets a constant fractional coverage to be applied to the draw. The
307 * initial value (after construction or reset()) is 0xff. The constant
336 /// The input color to the first color-stage is either the constant color or interpolated
337 /// per-vertex colors. The input to the first coverage stage is either a constant coverage
475 * Sets the blending function constant referenced by the following blending
482 * @param constant the constant to set
484 void setBlendConstant(GrColor constant) { fCommon.fBlendConstant = constant; } argument
488 * @return the blending constant valu
[all...]
/external/v8/src/
H A Dhydrogen-instructions.cc1321 // Converts the constant's boolean value according to
2153 // If left and right are constant values, try to return a constant value.
2278 HConstant* constant = HConstant::cast(value); local
2279 if (constant->IsConvertibleToInteger()) {
2281 } else if (constant->HasNumberValue()) {
H A Dlithium-allocator.cc1022 HConstant* constant = HConstant::cast(op); local
1023 operand = chunk_->DefineConstantOperand(constant);
H A Dhydrogen.h282 void set_undefined_constant(HConstant* constant) { argument
283 undefined_constant_.set(constant);
/external/v8/src/x64/
H A Dstub-cache-x64.cc601 // constant function.
603 // Check that the maps from interceptor's holder to constant function's
604 // holder haven't changed and thus we can use cached constant function.
1062 // Return the constant value.
3017 // Fill the initialized properties with a constant value or a passed argument
3032 // Set the property to the constant value.
3033 Handle<Object> constant(shared->GetThisPropertyAssignmentConstant(i));
3034 __ Move(Operand(r9, i * kPointerSize), constant); local
H A Dlithium-x64.cc490 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { argument
491 return LConstantOperand::Create(constant->id());
849 HConstant* constant = HConstant::cast(right_value); local
850 right = chunk_->DefineConstantOperand(constant);
851 constant_value = constant->Integer32Value() & 0x1f;
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc725 HConstant* constant = HConstant::cast(right_value); local
726 right = chunk_->DefineConstantOperand(constant);
727 constant_value = constant->Integer32Value() & 0x1f;
1529 HConstant* constant = HConstant::cast(right); local
1530 int32_t constant_value = constant->Integer32Value();
1593 // If lhs is constant, do reverse subtraction instead.
H A Dlithium-codegen-arm.cc299 // Force constant pool emission at the end of the deferred code to make
300 // sure that no constant pools are emitted after.
365 // Force constant pool emission at the end of the deopt jump table to make
366 // sure that no constant pools are emitted after.
404 HConstant* constant = chunk_->LookupConstant(const_op); local
405 Handle<Object> literal = constant->handle(isolate());
439 HConstant* constant = chunk_->LookupConstant(const_op); local
440 Handle<Object> literal = constant->handle(isolate());
466 HConstant* constant = chunk_->LookupConstant(op); local
468 return constant
489 HConstant* constant = chunk_->LookupConstant(op); local
498 HConstant* constant = chunk_->LookupConstant(op); local
504 HConstant* constant = chunk_->LookupConstant(op); local
513 HConstant* constant = chunk()->LookupConstant(const_op); local
690 HConstant* constant = chunk()->LookupConstant(LConstantOperand::cast(op)); local
747 HConstant* constant = local
1566 int32_t constant = ToInteger32(LConstantOperand::cast(right_op)); local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc790 HConstant* constant = HConstant::cast(right_value); local
791 right = chunk_->DefineConstantOperand(constant);
792 constant_value = constant->Integer32Value() & 0x1f;
1742 // The code generator requires either both inputs to be constant
H A Dlithium-codegen-ia32.cc771 HConstant* constant = chunk_->LookupConstant(op); local
772 int32_t value = constant->Integer32Value();
780 HConstant* constant = chunk_->LookupConstant(op); local
782 return constant->handle(isolate());
787 HConstant* constant = chunk_->LookupConstant(op); local
788 ASSERT(constant->HasDoubleValue());
789 return constant->DoubleValue();
794 HConstant* constant = chunk_->LookupConstant(op); local
795 ASSERT(constant->HasExternalReferenceValue());
796 return constant
963 HConstant* constant = chunk()->LookupConstant(LConstantOperand::cast(op)); local
1019 HConstant* constant = local
1679 int constant = ToInteger32(LConstantOperand::cast(right)); local
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc730 HConstant* constant = HConstant::cast(right_value); local
731 right = chunk_->DefineConstantOperand(constant);
732 constant_value = constant->Integer32Value() & 0x1f;
1498 HConstant* constant = HConstant::cast(right); local
1499 int32_t constant_value = constant->Integer32Value();
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc733 HConstant* constant = HConstant::cast(right_value); local
734 right = chunk_->DefineConstantOperand(constant);
735 constant_value = constant->Integer32Value() & 0x1f;
/external/v8/src/arm/
H A Dlithium-arm.cc497 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { argument
498 return LConstantOperand::Create(constant->id());
854 HConstant* constant = HConstant::cast(right_value); local
855 right = chunk_->DefineConstantOperand(constant);
856 constant_value = constant->Integer32Value() & 0x1f;
/external/v8/src/ia32/
H A Dlithium-ia32.cc492 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { argument
493 return LConstantOperand::Create(constant->id());
854 HConstant* constant = HConstant::cast(right_value); local
855 right = chunk_->DefineConstantOperand(constant);
856 constant_value = constant->Integer32Value() & 0x1f;
/external/v8/src/mips/
H A Dlithium-mips.cc497 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { argument
498 return LConstantOperand::Create(constant->id());
854 HConstant* constant = HConstant::cast(right_value); local
855 right = chunk_->DefineConstantOperand(constant);
856 constant_value = constant->Integer32Value() & 0x1f;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2038 * It cheks is phi_operand has the form "phi + constant".
2039 * If yes, the constant is the increment that the induction variable gets at
3423 // TODO(hpayer): Add support for non-constant allocation in dominator.
3750 // constant then it is either be a non-hole value or in the case of a constant
3848 HConstant* constant = HConstant::cast(value); local
3849 if (!constant->HasNumberValue()) break;
3850 double d = constant->DoubleValue();
3989 // If left and right are constant values, try to return a constant valu
[all...]
H A Dhydrogen.h355 bool IsConstantUndefined(HConstant* constant);
356 bool IsConstant0(HConstant* constant);
357 bool IsConstant1(HConstant* constant);
358 bool IsConstantMinus1(HConstant* constant);
359 bool IsConstantTrue(HConstant* constant);
360 bool IsConstantFalse(HConstant* constant);
361 bool IsConstantHole(HConstant* constant);
362 bool IsConstantNull(HConstant* constant);
363 bool IsStandardConstant(HConstant* constant);
472 HConstant* ReinsertConstantIfNecessary(HConstant* constant);
2260 Handle<Object> constant() { return constant_; } function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c3152 UInt constant, UInt opc2, UInt b0 )
3158 vassert(constant < 0x40); /* 6 bit constant */
3162 (constant<<10) | (opc2<<1) | (b0));
3151 mkFormZ22( UChar* p, UInt opc1, UInt r1, UInt r2, UInt constant, UInt opc2, UInt b0 ) argument
/external/proguard/lib/
H A Dproguard.jar ... implements proguard.evaluation.InvocationUnit proguard.classfile.constant.visitor.ConstantVisitor proguard.classfile.visitor. ...

Completed in 752 milliseconds

12345678