Searched refs:isObjectMethod (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp129 bool isObjectMethod;
131 &isObjectMethod);
140 isObjectMethod = false;
141 if (isObjectMethod) {
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp121 bool isObjectMethod;
123 &isObjectMethod);
132 isObjectMethod = false;
133 if (isObjectMethod) {
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp167 bool isObjectMethod;
169 &isObjectMethod);
178 isObjectMethod = false;
179 if (isObjectMethod) {
338 bool isObjectMethod;
340 &isObjectMethod);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp162 bool isObjectMethod; local
164 kBufferSize, &isObjectMethod);
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp3788 bool isObjectMethod; local
3790 _isObjectMethod = &isObjectMethod;

Completed in 56 milliseconds