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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2247 void assert_equal(Location l1, Location l2) { function
2251 void assert_equal(ScopeValue* v1, ScopeValue* v2) { function
2254 assert_equal(((LocationValue*)v1)->location(), ((LocationValue*)v2)->location());
2272 void assert_equal(MonitorValue* m1, MonitorValue* m2) { function
2273 assert_equal(m1->owner(), m2->owner());
2274 assert_equal(m1->basic_lock(), m2->basic_lock());
2277 void assert_equal(IRScopeDebugInfo* d1, IRScopeDebugInfo* d2) { function
2285 assert_equal(d1->locals()->at(i), d2->locals()->at(i));
2295 assert_equal(d1->expressions()->at(i), d2->expressions()->at(i));
2305 assert_equal(d
[all...]

Completed in 37 milliseconds