Home
last modified time | relevance | path

Searched refs:GetLocation (Results 1 – 5 of 5) sorted by relevance

/external/chromium/base/metrics/
Dstats_table.h94 int* GetLocation(int counter_id, int slot_id) const;
Dstats_counters.cc59 return table->GetLocation(counter_id_, table->GetSlot()); in GetPtr()
Dstats_table.cc373 int* StatsTable::GetLocation(int counter_id, int slot_id) const { in GetLocation() function in base::StatsTable
450 return table->GetLocation(counter, slot); in FindLocation()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp119 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, in GetLocation() function
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA); in getCallSiteDependencyFrom()
560 AliasAnalysis::ModRefResult MR = GetLocation(QueryInst, MemLoc, AA); in getDependency()
/external/sonivox/jet_tools/JetCreator/
Deas.py403 def GetLocation (self): member in EAS_File