/external/chromium_org/v8/src/ |
property.cc | 62 GetConstant()->Print(out);
|
property.h | 370 return GetConstant(); 436 Object* GetConstant() {
|
objects-printer.cc | 304 descs->GetConstant(i)->ShortPrint(out); [all...] |
hydrogen.h | 473 HConstant* GetConstant(SetOncePointer<HConstant>* pointer, [all...] |
hydrogen.cc | 647 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, 651 // recursively call GetConstant 672 return GetConstant(&constant_0_, 0); 677 return GetConstant(&constant_1_, 1); 682 return GetConstant(&constant_minus1_, -1); 687 HConstant* HGraph::GetConstant##Name() { \ 730 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7); [all...] |
objects.cc | [all...] |
bootstrapper.cc | [all...] |
heap-snapshot-generator.cc | [all...] |
ic.cc | [all...] |
objects-inl.h | [all...] |
objects.h | [all...] |
runtime.cc | [all...] |
/external/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 81 /// GetConstant - If the specified lattice value is representable as an LLVM 84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
|
/external/llvm/lib/Analysis/ |
SparsePropagation.cpp | 149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this); 191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
|
/external/v8/src/ |
hydrogen.h | 345 HConstant* GetConstant(SetOncePointer<HConstant>* pointer, [all...] |
hydrogen.cc | 563 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer, 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()); [all...] |