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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dthread_solaris.inline.hpp56 Thread* candidate = ThreadLocalStorage::_get_thread_cache[ix]; local
57 if (candidate->self_raw_id() == raw) {
59 return candidate;
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp270 frame candidate = *fr; local
284 if (!candidate.safe_for_sender(thread)) return false;
285 candidate = candidate.sender(&map);
286 if (candidate.cb() != NULL) break;
288 if (candidate.cb() == NULL) return false;
299 if (candidate.is_first_frame()) {
305 if (candidate.is_interpreted_frame()) {
306 if (is_decipherable_interpreted_frame(thread, &candidate, method_p, bci_p)) {
307 *initial_frame_p = candidate;
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp56 static bool match(Symbol* candidate, Symbol* match, Mode match_mode);
139 bool MethodMatcher::match(Symbol* candidate, Symbol* match, Mode match_mode) { argument
145 return candidate == match;
149 const char * candidate_string = candidate->as_C_string();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp502 SharkTopLevelBlock *candidate = function()->block(i); local
503 if (candidate->start() == handler->handler_bci()) {
509 block = candidate;

Completed in 39 milliseconds