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

/external/chromium_org/v8/src/compiler/
H A Dcode-generator-impl.h99 return gen_->code()->GetConstant(operand->index());
H A Dinstruction-selector-unittest.cc72 output->index(), sequence.GetConstant(output->index())));
H A Dinstruction.h880 Constant GetConstant(int virtual_register) const { function in class:v8::internal::compiler::FINAL
/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.cpp150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
/external/chromium_org/v8/src/
H A Dobjects-printer.cc237 os << Brief(descs->GetConstant(i)) << " (constant)\n";
H A Dhydrogen.cc651 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, function in class:v8::internal::HGraph
655 // recursively call GetConstant
676 return GetConstant(&constant_0_, 0);
681 return GetConstant(&constant_1_, 1);
686 return GetConstant(&constant_minus1_, -1);
691 HConstant* HGraph::GetConstant##Name() { \
736 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
H A Dobjects.cc2472 old_descriptors->GetConstant(i) != tmp_descriptors->GetConstant(i)) {
4196 Handle<Object> value(descs->GetConstant(i), isolate);
6352 if (descs->GetConstant(i) == value) {
6710 DCHECK(GetConstant(descriptor) != value ||
6712 return GetConstant(descriptor) == value;
H A Dbootstrapper.cc2494 Handle<Object> constant(descs->GetConstant(i), isolate());
H A Dheap-snapshot-generator.cc1672 descs->GetKey(i), descs->GetConstant(i));
H A Dhydrogen.h473 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
H A Dobjects-inl.h3005 Object* DescriptorArray::GetConstant(int descriptor_number) {
H A Dobjects.h2963 inline Object* GetConstant(int descriptor_number);

Completed in 1988 milliseconds