Home
last modified time | relevance | path

Searched refs:returnStringLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_testcase_generator.cc80 auto returnStringLength{ in GenerateSimpleTestCases() local
83 Value result = returnStringLength.MakeRegister(); in GenerateSimpleTestCases()
84 returnStringLength.AddInstruction( in GenerateSimpleTestCases()
86 returnStringLength.BuildReturn(result); in GenerateSimpleTestCases()
88 returnStringLength.Encode(); in GenerateSimpleTestCases()
/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/
DDexBuilderTest.java67 public void returnStringLength() throws Exception { in returnStringLength() method in DexBuilderTest