Home
last modified time | relevance | path

Searched refs:setLocal (Results 1 – 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java238 first.setLocal(pos++, Type.get(clazz)); in firstFrame()
250 first.setLocal(pos++, type); in firstFrame()
252 first.setLocal(pos++, Type.TOP); in firstFrame()
323 old.setLocal(i, newType); in mergeJsr()
330 old.setLocal(i, newType); in mergeJsr()
384 old.setLocal(index, newType); in mergeRet()
DFrame.java57 public void setLocal(int index, Type type) { in setLocal() method in Frame
DExecutor.java989 frame.setLocal(index, type); in simpleSetLocal()
991 frame.setLocal(index + 1, Type.TOP); in simpleSetLocal()
/external/r8/src/test/java/com/android/tools/r8/debug/
DLocalsTest.java99 setLocal("c", newValue), in testConstantLocalWithUpdate()
124 setLocal("i", newValueForI), in testZeroLocals()
148 setLocal("i", newValueForI), in testNoFlowOptimization()
DDebugTestBase.java324 protected final JUnit3Wrapper.Command setLocal(String localName, Value newValue) {
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarState.java204 locals.add(setLocal(node.index, Type.getType(node.desc), localVariables.get(node))); in openLocals()
268 private Local setLocal(int index, Type type, DebugLocalInfo info) { in setLocal() method in JarState
286 local = setLocal(index, type, null); in writeLocal()