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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp324 bool needs_cast = false; local
329 needs_cast = true;
333 needs_cast = true;
338 needs_cast = true;
342 if (needs_cast) {
H A DsharkStack.cpp168 bool needs_cast = type && type != SharkType::intptr_type(); local
171 _frame, offset, needs_cast ? "" : name);
173 if (needs_cast) {

Completed in 2246 milliseconds