Searched refs:producerOffsets (Results 1 – 4 of 4) sorted by relevance
455 InstructionOffsetValue producerOffsets = in checkMixedStackEntriesBefore() local458 int producerCount = producerOffsets.instructionOffsetCount(); in checkMixedStackEntriesBefore()471 producerOffsets.instructionOffset(producerIndex); in checkMixedStackEntriesBefore()517 InstructionOffsetValue producerOffsets = in checkMixedVariablesBefore() local520 int producerCount = producerOffsets.instructionOffsetCount(); in checkMixedVariablesBefore()533 producerOffsets.instructionOffset(producerIndex); in checkMixedVariablesBefore()
768 InstructionOffsetValue producerOffsets = in replaceNullStackEntryProducers() local771 for (int index = 0; index < producerOffsets.instructionOffsetCount(); index++) in replaceNullStackEntryProducers()773 int producerOffset = producerOffsets.instructionOffset(index); in replaceNullStackEntryProducers()799 InstructionOffsetValue producerOffsets = in replaceNullVariableProducers() local802 for (int index = 0; index < producerOffsets.instructionOffsetCount(); index++) in replaceNullVariableProducers()804 int producerOffset = producerOffsets.instructionOffset(index); in replaceNullVariableProducers()
1443 InstructionOffsetValue producerOffsets = in markVariableProducers() local1446 if (producerOffsets != null) in markVariableProducers()1448 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableProducers()1453 int offset = producerOffsets.instructionOffset(offsetIndex); in markVariableProducers()1474 InstructionOffsetValue producerOffsets = in markVariableInitializersBefore() local1477 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableInitializersBefore()1483 producerOffsets.instructionOffset(offsetIndex); in markVariableInitializersBefore()1601 private void markStackEntryProducers(InstructionOffsetValue producerOffsets, in markStackEntryProducers() argument1604 if (producerOffsets != null) in markStackEntryProducers()1606 int offsetCount = producerOffsets.instructionOffsetCount(); in markStackEntryProducers()[all …]
871 InstructionOffsetValue producerOffsets = in replaceSimpleEnumSwitchInstruction() local874 if (producerOffsets.instructionOffsetCount() == 1) in replaceSimpleEnumSwitchInstruction()876 int producerOffset = producerOffsets.instructionOffset(0); in replaceSimpleEnumSwitchInstruction()958 InstructionOffsetValue producerOffsets = in replaceSimpleEnumSwitchInstruction() local961 if (producerOffsets.instructionOffsetCount() == 1) in replaceSimpleEnumSwitchInstruction()963 int producerOffset = producerOffsets.instructionOffset(0); in replaceSimpleEnumSwitchInstruction()