Searched refs:stackEntryIndex (Results 1 – 2 of 2) sorted by relevance
233 int stackEntryIndex = in visitConstantInstruction() local235 if (isPoppingSimpleEnumType(offset, stackEntryIndex) && in visitConstantInstruction()241 …or(clazz)+"] calls ["+partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceVal… in visitConstantInstruction()244 markPoppedComplexEnumType(offset, stackEntryIndex); in visitConstantInstruction()385 int stackEntryIndex = parameterSize - parameterOffset - 1; in visitParameter() local387 !isPoppingExpectedType(invocationOffset, stackEntryIndex, in visitParameter()395 … partialEvaluator.getStackBefore(invocationOffset).getTop(stackEntryIndex).referenceValue(); in visitParameter()406 markPoppedComplexEnumType(invocationOffset, stackEntryIndex); in visitParameter()448 for (int stackEntryIndex = 0; stackEntryIndex < stackSize; stackEntryIndex++) in checkMixedStackEntriesBefore()451 Value stackEntry = stackBefore.getBottom(stackEntryIndex); in checkMixedStackEntriesBefore()[all …]
271 int stackEntryIndex = in visitConstantInstruction() local273 if (isPoppingSimpleEnum(offset, stackEntryIndex)) in visitConstantInstruction()443 int stackEntryIndex = parameterSize - parameterOffset - 1; in visitParameter() local449 stackEntryIndex); in visitParameter()529 private boolean isPoppingSimpleEnum(int offset, int stackEntryIndex) in isPoppingSimpleEnum() argument532 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnum()543 private boolean isPoppingSimpleEnumType(int offset, int stackEntryIndex) in isPoppingSimpleEnumType() argument546 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnumType()556 private boolean isPoppingSimpleEnumArray(int offset, int stackEntryIndex) in isPoppingSimpleEnumArray() argument559 partialEvaluator.getStackBefore(offset).getTop(stackEntryIndex).referenceValue(); in isPoppingSimpleEnumArray()[all …]