HomeSort by relevance Sort by last modified time
    Searched refs:GetConstant (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/v8/src/
property.cc 45 GetConstant()->Print(out);
property.h 149 ASSERT(GetConstant() != *value ||
151 return GetConstant() == *value;
265 return IsConstant() && GetConstant()->IsJSFunction();
339 return GetConstant();
400 Object* GetConstant() const {
objects-printer.cc 241 descs->GetConstant(i)->ShortPrint(out);
    [all...]
objects.cc     [all...]
hydrogen.cc 645 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
649 // recursively call GetConstant
670 return GetConstant(&constant_0_, 0);
675 return GetConstant(&constant_1_, 1);
680 return GetConstant(&constant_minus1_, -1);
685 HConstant* HGraph::GetConstant##Name() { \
730 return GetConstant(&constant_invalid_context_, 0xFFFFC0C7);
    [all...]
bootstrapper.cc     [all...]
heap-snapshot-generator.cc     [all...]
hydrogen.h 469 HConstant* GetConstant(SetOncePointer<HConstant>* pointer,
    [all...]
ic.cc 968 Handle<Object> constant(lookup->GetConstant(), isolate());
    [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) {
  /art/compiler/optimizing/
code_generator_x86_64.cc 417 Immediate(rhs.GetConstant()->AsIntConstant()->GetValue()));
488 Immediate(locations->InAt(1).GetConstant()->AsIntConstant()->GetValue()));
786 HConstant* instruction = locations->InAt(1).GetConstant();
852 HConstant* instruction = locations->InAt(1).GetConstant();
    [all...]
code_generator_arm.cc 577 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
616 int32_t value = locations->InAt(1).GetConstant()->AsIntConstant()->GetValue();
901 locations->InAt(1).GetConstant()->AsIntConstant()->GetValue());
    [all...]
code_generator_x86.cc 536 HIntConstant* instruction = rhs.GetConstant()->AsIntConstant();
608 HConstant* instruction = locations->InAt(1).GetConstant();
839 HConstant* instruction = locations->InAt(1).GetConstant();
912 HConstant* instruction = locations->InAt(1).GetConstant();
    [all...]
locations.h 84 HConstant* GetConstant() const {
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 150 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
192 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 135 STDMETHOD_(D3DXHANDLE, GetConstant)(THIS_ D3DXHANDLE hConstant, UINT Index) PURE;
179 #define ID3DXConstantTable_GetConstant(p,a,b) (p)->lpVtbl->GetConstant(p,a,b)
210 #define ID3DXConstantTable_GetConstant(p,a,b) (p)->GetConstant(a,b)
  /art/compiler/dex/
mir_graph.h 289 bool GetConstant(int64_t* ptr_value, bool* wide) const;
    [all...]
mir_graph.cc     [all...]

Completed in 784 milliseconds