Home | History | Annotate | Download | only in interp

Lines Matching refs:filterKey

1061      * trace head "key" (defined as filterKey below) to appear twice in
1063 * shape of the filterKey. Unfortunately, there is no "one size fits
1069 * exact match of the Dalvik PC. In other words, defining filterKey as:
1070 * intptr_t filterKey = (intptr_t)interpState->pc
1074 * the value of the method pointer containing the trace as the filterKey.
1077 * survives the first-level filter. Here, filterKey would be defined as:
1078 * intptr_t filterKey = (intptr_t)interpState->method
1104 intptr_t filterKey = (intptr_t)(methodKey | pcKey);
1114 if (filterKey == interpState->threshFilter[i]) {
1126 interpState->threshFilter[i] = filterKey;