Lines Matching refs:matching
63 private boolean matching;
95 * Starts matching from the first instruction again next time.
107 return matching;
195 // Check if the instruction sequence is matching now.
217 // Check if the instruction sequence is matching now.
240 // Check if the instruction sequence is matching now.
262 // Check if the instruction sequence is matching now.
290 // Check if the instruction sequence is matching now.
316 // Check if the instruction sequence is matching now.
589 // Remember the offset of the matching instruction.
596 matching = patternInstructionIndex == patternInstructions.length;
601 if (matching)
612 // Start matching from the first instruction again next time.
619 matching = false;
624 // Start matching from the first instruction next time.