Searched refs:native_groups_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.cc2694 native_groups_(StringsMatch),
2714 for (HashMap::Entry* p = native_groups_.Start();
2716 p = native_groups_.Next(p)) {
2852 HashMap::Entry* entry = native_groups_.Lookup(const_cast<char*>(label_copy),
2894 for (HashMap::Entry* entry = native_groups_.Start();
2896 entry = native_groups_.Next(entry)) {
H A Dprofile-generator.h1065 HashMap native_groups_; member in class:v8::internal::NativeObjectsExplorer

Completed in 47 milliseconds