Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dnatives.h54 static int GetIndex(const char* name);
Dd8.cc456 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); in Initialize()
Ddebug.cc761 !CompileDebuggerScript(Natives::GetIndex("mirror")) || in Load()
762 !CompileDebuggerScript(Natives::GetIndex("debug")); in Load()
/external/v8/test/cctest/
Dtest-log.cc767 size_t GetIndex(Address addr) { in GetIndex() function in __anonf72b10bf0411::Interval
772 return (max_addr_ - min_addr_ + 1) + next_->GetIndex(addr); in GetIndex()
844 return bounds.GetIndex(addr); in GetIndexForAddress()