Lines Matching defs:compiler

57     private void testIntOnStack(DebugInfoCompiler compiler) {  in testIntOnStack()
66 public void testIntInLocal(DebugInfoCompiler compiler) { in testIntInLocal()
72 DebugInfoCompiler compiler = (asm, values) -> { in testConstInt() local
82 DebugInfoCompiler compiler = (asm, values) -> { in testRegInt() local
93 DebugInfoCompiler compiler = (asm, values) -> { in testStackInt() local
106 private void testFloatOnStack(DebugInfoCompiler compiler) { in testFloatOnStack()
115 private void testFloatInLocal(DebugInfoCompiler compiler) { in testFloatInLocal()
121 DebugInfoCompiler compiler = (asm, values) -> { in testConstFloat() local
131 DebugInfoCompiler compiler = (asm, values) -> { in testRegFloat() local
142 DebugInfoCompiler compiler = (asm, values) -> { in testStackFloat() local
155 private void testLongOnStack(DebugInfoCompiler compiler) { in testLongOnStack()
164 private void testLongInLocal(DebugInfoCompiler compiler) { in testLongInLocal()
170 DebugInfoCompiler compiler = (asm, values) -> { in testConstLong() local
181 DebugInfoCompiler compiler = (asm, values) -> { in testRegLong() local
193 DebugInfoCompiler compiler = (asm, values) -> { in testStackLong() local
207 private void testObjectOnStack(DebugInfoCompiler compiler) { in testObjectOnStack()
216 private void testObjectInLocal(DebugInfoCompiler compiler) { in testObjectInLocal()
223 DebugInfoCompiler compiler = (asm, values) -> { in testConstObject() local
234 DebugInfoCompiler compiler = (asm, values) -> { in testRegObject() local
246 DebugInfoCompiler compiler = (asm, values) -> { in testStackObject() local
259 DebugInfoCompiler compiler = (asm, values) -> { in testRegNarrowObject() local
273 DebugInfoCompiler compiler = (asm, values) -> { in testStackNarrowObject() local