Home
last modified time | relevance | path

Searched defs:Constant (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium_org/v8/src/compiler/
Djs-graph.cc115 Node* JSGraph::Constant(Handle<Object> value) { in Constant() function in v8::internal::compiler::JSGraph
136 Node* JSGraph::Constant(double value) { in Constant() function in v8::internal::compiler::JSGraph
143 Node* JSGraph::Constant(int32_t value) { in Constant() function in v8::internal::compiler::JSGraph
Dinstruction.h659 explicit Constant(int32_t v) : type_(kInt32), value_(v) {} in Constant() function
660 explicit Constant(int64_t v) : type_(kInt64), value_(v) {} in Constant() function
661 explicit Constant(double v) : type_(kFloat64), value_(bit_cast<int64_t>(v)) {} in Constant() function
662 explicit Constant(ExternalReference ref) in Constant() function
664 explicit Constant(Handle<HeapObject> obj) in Constant() function
/external/llvm/lib/IR/
DConstantFold.h26 class Constant; variable
/external/llvm/include/llvm/IR/
DAutoUpgrade.h21 class Constant; variable
DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() function
DGlobalVariable.h31 class Constant; variable
/external/llvm/include/llvm/Analysis/
DConstantFolding.h24 class Constant; variable
DLazyValueInfo.h21 class Constant; variable
DScalarEvolution.h38 class Constant; variable
DConstantsScanner.h23 class Constant; variable
DSparsePropagation.h25 class Constant; variable
/external/proguard/src/proguard/classfile/constant/
DConstant.java32 public abstract class Constant implements VisitorAccepter class
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DConstant.java24 public abstract class Constant class
/external/clang/test/Sema/
Dformat-strings-enum.c15 typedef enum { Constant = 0 } TestEnum; enumerator
Dformat-strings-enum-fixed-type.cpp13 typedef enum : short { Constant = 0 } TestEnum; enumerator
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-nodeduct.cpp9 template<typename T, T* Address> struct Constant { }; struct
/external/llvm/include/llvm/CodeGen/
DJumpInstrTables.h21 class Constant; variable
DMachineConstantPool.h26 class Constant; variable
DFastISel.h24 class Constant; variable
/external/lldb/include/lldb/Expression/
DIRDynamicChecks.h19 class Constant; variable
DIRForTarget.h26 class Constant; variable
/external/clang/lib/CodeGen/
DCGObjCRuntime.h25 class Constant; variable
DCGOpenMPRuntime.h26 class Constant; variable
DTargetInfo.h24 class Constant; variable
DCGCXXABI.h22 class Constant; variable

123