Searched refs:Value (Results 226 - 250 of 1995) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dd8.h260 static void PostMessageOut(const v8::FunctionCallbackInfo<v8::Value>& args);
333 Isolate* isolate, Local<String> source, Local<Value> name,
337 Local<Value> name, bool print_result,
355 static bool SerializeValue(Isolate* isolate, Local<Value> value,
359 static MaybeLocal<Value> DeserializeValue(Isolate* isolate,
371 static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args);
374 static void RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args);
375 static void RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args);
376 static void RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args);
377 static void RealmCreate(const v8::FunctionCallbackInfo<v8::Value>
[all...]
/external/llvm/lib/IR/
H A DValue.cpp1 //===-- Value.cpp - Implement the Value class -----------------------------===//
10 // This file implements the Value, ValueHandle, and User classes.
14 #include "llvm/IR/Value.h"
40 // Value Class
43 assert(Ty && "Value defined with a null type: Error!");
47 Value::Value(Type *ty, unsigned scid) function in class:Value
63 Value::~Value() {
[all...]
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-2.s7 @CHECK-OBJ-NEXT: Value: 2
14 @CHECK-OBJ-NEXT: Value: 2
21 @CHECK-OBJ-NEXT: Value: 2
28 @CHECK-OBJ-NEXT: Value: 2
35 @CHECK-OBJ-NEXT: Value: 2
42 @CHECK-OBJ-NEXT: Value: 2
49 @CHECK-OBJ-NEXT: Value: 2
56 @CHECK-OBJ-NEXT: Value: 2
63 @CHECK-OBJ-NEXT: Value: 2
70 @CHECK-OBJ-NEXT: Value
[all...]
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h33 class Value;
196 typedef llvm::DenseMap<unsigned, llvm::Value *> OpenMPDefaultLocMapTy;
244 typedef llvm::DenseMap<unsigned, llvm::Value *> OpenMPDebugLocMapTy;
252 llvm::Value *DebugLoc;
253 llvm::Value *ThreadID;
299 llvm::Value *emitUpdateLocation(CodeGenFunction &CGF, SourceLocation Loc,
342 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
363 llvm::Value *Ctor, llvm::Value *CopyCtor,
364 llvm::Value *Dto
[all...]
H A DCGCXXABI.h24 class Value;
55 llvm::Value *getThisValue(CodeGenFunction &CGF) {
71 llvm::Value *&getStructorImplicitParamValue(CodeGenFunction &CGF) {
147 virtual llvm::Value *EmitLoadOfMemberFunctionPointer(
149 llvm::Value *&ThisPtrForCall, llvm::Value *MemPtr,
153 virtual llvm::Value *
155 Address Base, llvm::Value *MemPtr,
160 virtual llvm::Value *EmitMemberPointerConversion(CodeGenFunction &CGF,
162 llvm::Value *Sr
[all...]
/external/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute.s15 @ CHECK-OBJ-NEXT: Value: 2.09
20 @ CHECK-OBJ-NEXT: Value: Cortex-A9
25 @ CHECK-OBJ-NEXT: Value: cortex-a9
29 @ CHECK-OBJ-NEXT: Value: 10
35 @ CHECK-OBJ-NEXT: Value: 65
41 @ CHECK-OBJ-NEXT: Value: 0
47 @ CHECK-OBJ-NEXT: Value: 2
53 @ CHECK-OBJ-NEXT: Value: 3
59 @ CHECK-OBJ-NEXT: Value: 0
65 @ CHECK-OBJ-NEXT: Value
[all...]
/external/v8/test/unittests/
H A Datomic-utils-unittest.cc18 EXPECT_EQ(0, zero_int.Value());
19 EXPECT_EQ(0U, zero_size_t.Value());
20 EXPECT_EQ(0, zero_intptr_t.Value());
24 TEST(AtomicNumber, Value) {
26 EXPECT_EQ(1, a.Value());
28 EXPECT_EQ(-1, b.Value());
30 EXPECT_EQ(1U, c.Value());
32 EXPECT_EQ(std::numeric_limits<size_t>::max(), d.Value());
39 EXPECT_EQ(-1, a.Value());
46 EXPECT_EQ(std::numeric_limits<int>::min(), a.Value());
[all...]
/external/chromium-trace/catapult/firefighter/default/tracing/tracing/value/
H A Dvalue_unittest.py19 v = value_module.Value.FromDict(d)
33 v = value_module.Value.FromDict(d)
48 v = value_module.Value.FromDict(d)
/external/chromium-trace/catapult/tracing/tracing/value/
H A Dvalue_unittest.py19 v = value_module.Value.FromDict(d)
33 v = value_module.Value.FromDict(d)
48 v = value_module.Value.FromDict(d)
/external/jsoncpp/include/json/
H A Dreader.h28 *Value.
58 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a>
73 parse(const std::string& document, Value& root, bool collectComments = true);
75 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a>
95 Value& root,
99 /// \see Json::operator>>(std::istream&, Json::Value&).
100 bool parse(std::istream& is, Value& root, bool collectComments = true);
134 * \param value JSON Value location associated with the error
137 * Value offset exceeds the document size.
139 bool pushError(const Value
[all...]
/external/llvm/examples/BrainF/
H A DBrainF.h84 Value *ptr_arr;
85 Value *ptr_arrmax;
91 Value *curhead;
/external/llvm/include/llvm/IR/
H A DAutoUpgrade.h27 class Value;
55 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
61 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
H A DUseListOrder.h26 class Value;
30 const Value *V;
34 UseListOrder(const Value *V, const Function *F, size_t ShuffleSize)
/external/llvm/include/llvm-c/Transforms/
H A DPassManagerBuilder.h49 LLVMBool Value);
54 LLVMBool Value);
59 LLVMBool Value);
/external/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp24 // Value in the MCInst. The immediate Value has had any PC adjustment made by
31 // and IsBranch is true then a symbol look up for Value is done and if a symbol
32 // is found an MCExpr is created with that, else an MCExpr with Value is
37 int64_t Value,
44 SymbolicOp.Value = Value;
48 // Clear SymbolicOp.Value from above and also all other fields.
53 // if the Value is the address of a symbol. In the case this is a branch
56 // reference. So if the immediate Value come
35 tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
157 tryAddingPcLoadReferenceComment(raw_ostream &cStream, int64_t Value, uint64_t Address) argument
[all...]
/external/llvm/test/DebugInfo/PDB/Inputs/
H A Dsymbolformat.cpp9 Value, enumerator in enum:TestEnum
14 Value, member in class:TestEnumClass
68 TestEnum Enum = Value;
/external/proguard/src/proguard/evaluation/value/
H A DValue.java28 public abstract class Value class
44 * Returns this Value as a Category1Value.
48 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a Category 1 value [" + this.getClass().getName() + "]");
52 * Returns this Value as a Category2Value.
56 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a Category 2 value [" + this.getClass().getName() + "]");
61 * Returns this Value as an IntegerValue.
65 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not an integer value [" + this.getClass().getName() + "]");
69 * Returns this Value as a LongValue.
73 throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a long value [" + this.getClass().getName() + "]");
77 * Returns this Value a
[all...]
/external/proguard/src/proguard/optimize/
H A DConstantMemberFilter.java26 import proguard.evaluation.value.Value;
59 Value value = StoringInvocationUnit.getFieldValue(programField);
70 Value value = StoringInvocationUnit.getMethodReturnValue(programMethod);
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumArrayPropagator.java43 private Value array;
66 Value propagatedArray =
86 private static void setMethodReturnValue(Method method, Value value)
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.h161 template <typename Value>
167 Value value);
168 bool AddSymbol(const string& name, Value value);
170 Value value);
172 Value value);
174 Value FindFile(const string& filename);
175 Value FindSymbol(const string& name);
176 Value FindExtension(const string& containing_type, int field_number);
181 map<string, Value> by_name_;
182 map<string, Value> by_symbol
[all...]
/external/v8/src/extensions/
H A Dtrigger-failure-extension.cc41 const v8::FunctionCallbackInfo<v8::Value>& args) {
47 const v8::FunctionCallbackInfo<v8::Value>& args) {
53 const v8::FunctionCallbackInfo<v8::Value>& args) {
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp234 struct Value struct in namespace:deqp::gles2::Functional
236 Value (ValueType valueType_, float rangeMin_, float rangeMax_) function in struct:deqp::gles2::Functional::Value
257 BuiltinFuncInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1_, Value input2_, float resultScale_, float resultBias_, deUint32 precisionMask_, ShaderEvalFunc evalFuncScalar_, ShaderEvalFunc evalFuncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION, bool isUnaryPrefix_=true)
279 Value input0;
280 Value input1;
281 Value input2;
293 static inline BuiltinFuncInfo BuiltinOperInfo (const char* caseName_, const char* shaderFuncName_, ValueType outValue_, Value input0_, Value input1
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp33 typedef DenseMap<BasicBlock*, Value*> AvailableValsTy;
58 void SSAUpdater::AddAvailableValue(BasicBlock *BB, Value *V) {
66 SmallDenseMap<BasicBlock*, Value*, 8> &ValueMapping) {
81 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) {
82 Value *Res = GetValueAtEndOfBlockInternal(BB);
86 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) {
94 SmallVector<std::pair<BasicBlock*, Value*>, 8> PredValues;
95 Value *SingularValue = nullptr;
103 Value *PredVal = GetValueAtEndOfBlock(PredBB);
116 Value *PredVa
[all...]
/external/llvm/unittests/IR/
H A DValueHandleTest.cpp34 ConcreteCallbackVH(Value *V) : CallbackVH(V) {}
43 // Make sure I can call a method on the underlying Value. It
63 // Cast to Value* so comparisons work.
64 Value *BV = BitcastV.get();
65 Value *CV = ConstantV;
97 Value *null_value = nullptr;
109 AssertingVH<Value> GenericAVH(BitcastV.get());
128 AssertingVH<Value> BitcastAVH(BitcastV.get());
129 AssertingVH<Value> ConstantAVH(ConstantV);
141 // Cast to Value* s
[all...]
/external/llvm/include/llvm/MC/
H A DMCSymbolMachO.h52 void setReferenceTypeUndefinedLazy(bool Value) const {
53 modifyFlags(Value ? SF_ReferenceTypeUndefinedLazy : 0,
91 void setDesc(unsigned Value) const {
92 assert(Value == (Value & SF_DescFlagsMask) &&
94 setFlags(Value & SF_DescFlagsMask);

Completed in 4675 milliseconds

1234567891011>>