Searched refs:GetConstant (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/src/
H A Dproperty.cc61 GetConstant()->Print(out);
H A Dproperty.h363 return GetConstant();
453 Object* GetConstant() { function in class:v8::internal::BASE_EMBEDDED
H A Dobjects-printer.cc301 descs->GetConstant(i)->ShortPrint(out);
H A Dhydrogen.cc619 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, function in class:v8::internal::HGraph
623 // recursively call GetConstant
633 return GetConstant(&constant_0_, 0);
638 return GetConstant(&constant_1_, 1);
643 return GetConstant(&constant_minus1_, -1);
648 HConstant* HGraph::GetConstant##Name() { \
676 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
H A Dic.cc1322 Handle<Object> constant(lookup->GetConstant(), isolate());
1535 Handle<Object> constant(lookup->GetConstant(), isolate());
H A Dhydrogen.h462 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
H A Dobjects.cc878 return result->GetConstant();
3877 if (*value == lookup->GetConstant()) return *value;
4088 if (*value != lookup.GetConstant()) {
4518 Object* value = descs->GetConstant(i);
6471 if (descs->GetConstant(i) == value) {
H A Dbootstrapper.cc2492 Handle<Object> constant(descs->GetConstant(i), isolate());
H A Dheap-snapshot-generator.cc1355 descs->GetKey(i), descs->GetConstant(i));
H A Dobjects-inl.h2360 Object* DescriptorArray::GetConstant(int descriptor_number) {
H A Dobjects.h3162 inline Object* GetConstant(int descriptor_number);
H A Druntime.cc5051 return lookup.GetConstant();
10592 return result->GetConstant();
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h81 /// GetConstant - If the specified lattice value is representable as an LLVM
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { function in class:llvm::AbstractLatticeFunction
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
/external/v8/src/
H A Dhydrogen.h345 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
H A Dhydrogen.cc563 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, function in class:v8::internal::HGraph
576 return GetConstant(&constant_1_, Smi::FromInt(1));
581 return GetConstant(&constant_minus1_, Smi::FromInt(-1));
586 return GetConstant(&constant_true_, isolate()->heap()->true_value());
591 return GetConstant(&constant_false_, isolate()->heap()->false_value());
596 return GetConstant(&constant_hole_, isolate()->heap()->the_hole_value());

Completed in 296 milliseconds