Lines Matching refs:isNative
118 bool isNative;
1388 native = method_stack[ii].isNative ? "n" : " ";
1400 bool isNative;
1408 isNative = (flags == kNativeEnter);
1409 pstate->method_stack[top].isNative = isNative;
1424 if (addr != method_rec->addr && !pstate->method_stack[top].isNative) {
1435 if (poppingNative != pstate->method_stack[top].isNative) {
1450 isNative = pstate->method_stack[top - 1].isNative;
1455 if (isNative) {