Searched refs:InsertNew (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/runtime/
H A Druntime.cc99 function_name_map->InsertNew(identifier, identifier->Hash());
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.cc744 StatsReport* StatsCollection::InsertNew(const StatsReport::Id& id) { function in class:webrtc::StatsCollection
755 return ret ? ret : InsertNew(id);
769 return InsertNew(id);
H A Dstatstypes.h403 StatsReport* InsertNew(const StatsReport::Id& id);
H A Dstatscollector.cc410 report = reports_.InsertNew(id);
523 report = reports_.InsertNew(id);
658 report = reports_.InsertNew(id);
/external/v8/src/base/
H A Dhashmap.h62 Entry* InsertNew(const Key& key, uint32_t hash,
160 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::InsertNew( function in class:v8::TemplateHashMapImpl
/external/lzma/CPP/Common/
H A DMyVector.h470 T& InsertNew(unsigned index) function in class:CObjectVector
/external/v8/src/heap/
H A Dspaces.cc3073 base::HashMap::Entry* entry = chunk_map_.InsertNew(

Completed in 226 milliseconds