Home
last modified time | relevance | path

Searched defs:return5 (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/test/423-invoke-interface/src/
H A DMain.java23 public int return5(); in return5() method
46 public int return5() { return 5; } in return5() method in Main.ItfImpl1
69 public int return5() { return -5; } in return5() method in Main.ItfImpl2
/aosp12/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/
H A DDexBuilderTest.java45 public void return5() throws Exception { in return5() method in DexBuilderTest
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_testcase_generator.cc48 auto return5{cbuilder.CreateMethod("return5", Prototype{TypeDescriptor::Int()})}; in GenerateSimpleTestCases() local