Searched refs:GetIndex (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dnatives.h54 static int GetIndex(const char* name);
H A Ddebug.cc842 !CompileDebuggerScript(Natives::GetIndex("mirror")) ||
843 !CompileDebuggerScript(Natives::GetIndex("debug"));
847 !CompileDebuggerScript(Natives::GetIndex("liveedit"));
H A Dd8.cc746 int source_index = i::NativesCollection<i::D8>::GetIndex("d8");
H A Dobjects.h6440 // RemoveByIndex. The cache cannot be modified between a call to GetIndex and
6442 int GetIndex(Object* name, Code* code);
6509 int GetIndex(String* name, Code::Flags flags);
H A Dobjects.cc4876 return CodeCache::cast(code_cache())->GetIndex(name, code);
5239 int CodeCache::GetIndex(Object* name, Code* code) { function in class:v8::internal::CodeCache
5243 return cache->GetIndex(String::cast(name), code->flags());
5259 ASSERT(cache->GetIndex(String::cast(name), code->flags()) == index);
5364 int CodeCacheHashTable::GetIndex(String* name, Code::Flags flags) { function in class:v8::internal::CodeCacheHashTable
/external/chromium/chrome/browser/
H A Dlanguage_order_table_model.h37 int GetIndex(const std::string& language);
H A Dlanguage_order_table_model.cc71 int LanguageOrderTableModel::GetIndex(const std::string& language) { function in class:LanguageOrderTableModel
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h63 history::InMemoryURLIndex* GetIndex();
H A Dhistory_quick_provider.cc69 if (GetIndex()) {
95 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(terms);
180 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() { function in class:HistoryQuickProvider
/external/libvpx/mkvparser/
H A Dmkvparser.hpp137 long GetIndex() const;
755 long GetIndex() const;
H A Dmkvparser.cpp5264 assert(pCluster->GetIndex() >= 0);
5275 Cluster** const i = clusters + pCluster->GetIndex();
5297 assert(pCluster->GetIndex() >= 0);
5298 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
5498 assert(pCluster->GetIndex() >= 0);
5509 Cluster** const i = clusters + pCluster->GetIndex();
5531 assert(pCluster->GetIndex() >= 0);
5532 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
6979 long Cluster::GetIndex() const
7632 size_t idx = pCurr->GetIndex();
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2547 function GetIndex: Integer;
2563 property Index: Integer read GetIndex write SetIndex;
2580 function GetIndex: Integer;
6411 function TTokenRewriteStream.TRewriteOperation.GetIndex: Integer;
6471 if (Left.GetIndex < Right.GetIndex) then
6474 if (Left.GetIndex > Right.GetIndex) then

Completed in 252 milliseconds