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

/external/v8/src/
H A Dhydrogen.h1163 class HValueMap: public ZoneObject { class in namespace:v8::internal
1165 HValueMap() function in class:v8::internal::HValueMap
1186 HValueMap* Copy(Zone* zone) const {
1187 return new(zone) HValueMap(zone, this);
1203 HValueMap(Zone* zone, const HValueMap* other);
1212 int count_; // The number of values stored in the HValueMap.
1214 // HValueMap.
H A Dhydrogen.cc1155 HValueMap::HValueMap(Zone* zone, const HValueMap* other) function in class:v8::internal::HValueMap
1168 void HValueMap::Kill(GVNFlagSet flags) {
1216 HValue* HValueMap::Lookup(HValue* value) const {
1231 void HValueMap::Resize(int new_size) {
1276 void HValueMap::ResizeLists(int new_size) {
1299 void HValueMap::Insert(HValue* value) {
1430 void AnalyzeBlock(HBasicBlock* block, HValueMap* map);
1467 HValueMap* ma
[all...]

Completed in 51 milliseconds