Searched defs:bm (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSBitMap.java80 public BitMap bm() { method in class:CMSBitMap
89 int nextOffset = bm().getNextOneOffset(heapWordToOffset(addr), heapWordToOffset(endWord) );
106 BitMap bm = bm();
107 return bm.at(heapWordToOffset(addr));
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java66 bm();
3007 private static void bm() throws Exception { method in class:RegExTest
/openjdk7/langtools/test/tools/javah/6572945/
H A DTestClass1.java72 byte bm() { return 0; } method in class:TestClass1
245 byte bm() { return 0; } method in class:TestClass1.Inner1
383 byte bm() { return 0; } method in class:TestClass1.Inner2
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp59 BitMap* bm() { return &_bm; } function in class:PerRegionTable
62 _occupied = (jint) bm()->count_one_bits();
148 bm()->set_intersection_at_offset(*card_bm, hr_first_card_index);
162 void union_bitmap_into(BitMap* bm) { argument
163 bm->set_union(_bm);
H A DconcurrentMark.cpp272 bool CMMarkStack::drain(OopClosureClass* cl, CMBitMap* bm, bool yield_after) {
283 assert(bm == NULL || bm->isMarked((HeapWord*)newOop),
1280 CalcLiveObjectsClosure(CMBitMapRO *bm, G1CollectedHeap* g1h, argument
1283 _bm(bm), _region_marked_bytes(0) { }
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java1495 float bm = bmTmpObj.floatValue();
1510 tmp = tm; tm = bm; bm = tmp;
1515 rm = bm;
1516 bm = tmp;
1519 lm = bm;
1520 bm = rm;
1525 if ((mpa = validateMargins(lm, rm, tm, bm)) != null) {
1530 bmVal = bm;
1560 float tm, float bm) {
1559 validateMargins(float lm, float rm, float tm, float bm) argument
[all...]

Completed in 195 milliseconds