Searched defs:PATH_LIMIT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2606 enum { _obj_path = 1, _fail_path, _null_path, PATH_LIMIT }; enumerator in enum:__anon316
2607 RegionNode* region = new(C) RegionNode(PATH_LIMIT);
2632 assert(_null_path == PATH_LIMIT-1, "delete last");
2709 enum { _obj_path = 1, _null_path, PATH_LIMIT }; enumerator in enum:__anon317
2710 RegionNode* region = new (C) RegionNode(PATH_LIMIT);
2732 assert(_null_path == PATH_LIMIT-1, "delete last");
H A Dlibrary_call.cpp2961 PATH_LIMIT enumerator in enum:__anon327
2968 RegionNode* result_rgn = new (C) RegionNode(PATH_LIMIT);
3113 enum { _normal_path = 1, _prim_path = 2, PATH_LIMIT }; enumerator in enum:__anon328
3172 RegionNode* region = new (C) RegionNode(PATH_LIMIT);
3312 PATH_LIMIT enumerator in enum:__anon329
3315 RegionNode* region = new (C) RegionNode(PATH_LIMIT);
3366 if (region->req() == PATH_LIMIT+1) {
3368 region->swap_edges(PATH_LIMIT, _prim_same_path);
3369 region->del_req(PATH_LIMIT);
3379 assert(region->req() == PATH_LIMIT, "san
3448 enum { _normal_path = 1, _slow_path = 2, PATH_LIMIT }; enumerator in enum:__anon330
3708 enum { _slow_path = 1, _fast_path, _null_path, PATH_LIMIT }; enumerator in enum:__anon331
4266 PATH_LIMIT enumerator in enum:__anon332
4632 PATH_LIMIT = 6 enumerator in enum:__anon333
[all...]

Completed in 60 milliseconds