Searched defs:eb (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp272 ciBlock *eb = make_block_at(handler->handler_bci()); local
295 if (eb->is_handler()) {
297 int old_ex_start = eb->ex_start_bci();
298 int old_ex_end = eb->ex_limit_bci();
303 eb->clear_exception_handler(); // Reset exception information
305 eb->set_exception_range(ex_start, ex_end);
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c120 * eb: Pointer to a buffer to receive a copy of the END header.
126 find_end(int fd, Byte *eb) argument
143 if ((bytes = read(fd, eb, ENDHDR)) < 0)
145 if (GETSIG(eb) == ENDSIG)
176 (void) memcpy(eb, cp, ENDHDR);
/openjdk7/jdk/test/java/lang/Class/getEnclosingClass/
H A DEnclosingClass.java276 public Class<?> eb = Void.class; // not legal field in class:EnclosingClass
/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1644 Block* eb = lp->_exits.at(k).get_target(); local
1646 update_succ_freq(eb, freq * prob);

Completed in 37 milliseconds