Lines Matching defs:adjustedPtr
68 results.adjustedPtr = 0;
162 results.adjustedPtr = unwind_exception+1;
174 void* adjustedPtr = unwind_exception+1;
177 if (adjustedPtr == 0 || excpType == 0) {
184 adjustedPtr = *static_cast<void**>(adjustedPtr);
188 if (catchType->can_catch(excpType, adjustedPtr)) {
194 results.adjustedPtr = adjustedPtr;
208 void* adjustedPtr = unwind_exception+1;
210 if (adjustedPtr == 0 || excpType == 0) {
218 adjustedPtr, unwind_exception)) {
224 results.adjustedPtr = adjustedPtr;
239 results.adjustedPtr = unwind_exception+1;
255 results.adjustedPtr = unwind_exception+1;
317 void* adjustedPtr,
335 void* tempPtr = adjustedPtr;
368 exc->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr;
375 results.adjustedPtr = (void*) exc->barrier_cache.bitpattern[0];
451 void* adjustedPtr,
470 void* tempPtr = adjustedPtr;