/art/test/660-clinit/src/ |
D | Main.java | 200 static int exec(int a, int b) { in exec() method in Add 206 static int exec(int a, int b) { in exec() method in InImage 216 a = InImage.exec(10, 20); 217 b = InImage.exec(10, 20); 223 static int exec(int a, int b) { in exec() method in Mul
|
/art/test/664-aget-verifier/ |
D | aget-verifier.cc | 38 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_testCompiled() local 39 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
|
/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
D | Test1965.java | 126 public void exec(final SafepointFunction safepoint) throws Exception { 198 t.exec(s); 204 .exec(NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1)); 206 .exec(NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1)); 209 .exec(NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1)); 211 .exec(NamedSet("IntShortSize", Locals::SetLocalVariableInt, Short.MAX_VALUE - 1));
|
/art/test/1939-proxy-frames/src/art/ |
D | Test1939.java | 112 public void exec(final SafepointFunction safepoint) throws Exception { 176 test.exec(NamedGet("This", Locals::GetLocalInstance)); 177 test.exec(NamedGet("LocalReference0", (t, d) -> Locals.GetLocalVariableObject(t, d, 0))); 178 test.exec(NamedGet("ProxyFrameLocation", (t, d) -> Long.valueOf(GetFrameLocation(t, d)))); 179 test.exec(NamedGet("ProxyFrameMethod", Test1939::GetFrameMethod));
|
/art/test/661-oat-writer-layout/ |
D | oat_writer_layout.cc | 39 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_getOatMethodQuickCode() local 40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Test1912.java | 177 public void exec(final SafepointFunction safepoint) throws Exception { 248 t.exec(s); 254 .exec(NamedSet("IntBoolSize", Locals::SetLocalVariableInt, 1)); 256 .exec(NamedSet("IntByteSize", Locals::SetLocalVariableInt, Byte.MAX_VALUE - 1)); 259 .exec(NamedSet("IntCharSize", Locals::SetLocalVariableInt, Character.MAX_VALUE - 1)); 261 .exec(NamedSet("IntShortSize", Locals::SetLocalVariableInt, Short.MAX_VALUE - 1));
|
/art/test/719-varhandle-concurrency/src/ |
D | Main.java | 127 t.exec(); in run() 216 public void exec() { in exec() method in Main.TestTask
|
/art/test/1914-get-local-instance/src/art/ |
D | Test1914.java | 129 public void exec(final SafepointFunction safepoint) throws Exception { 204 t.exec(NamedGet("This", Locals::GetLocalInstance));
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 143 Runtime.getRuntime().exec(String.format("cp %1$s %1$s.old", databaseFile)); in saveUniqueProgsData() 173 Runtime.getRuntime().exec(String.format("rm %s.old", databaseFile)); in saveUniqueProgsData()
|
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Test1967.java | 146 public void exec(final SafepointFunction safepoint) throws Exception { 226 t.exec(s);
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Test1966.java | 171 public void exec(final SafepointFunction safepoint) throws Exception { 233 t.exec(s);
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Test1913.java | 207 public void exec(final SafepointFunction safepoint) throws Exception { 276 t.exec(s);
|
/art/artd/ |
D | README.md | 8 exec.
|
/art/tools/bisection_search/ |
D | README.md | 29 If used in device mode, the command has to exec a dalvikvm instance. Bisection
|
/art/test/common/ |
D | runtime_state.cc | 537 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in GetMethodHotnessFromProfile() local 538 ArtMethod* art_method = exec->GetArtMethod(); in GetMethodHotnessFromProfile()
|
/art/libartservice/service/java/com/android/server/art/ |
D | ArtManagerLocal.java | 188 .exec(target, in.getFileDescriptor(), out.getFileDescriptor(), in handleShellCommand()
|
/art/build/boot/ |
D | boot-image-profile.txt | 2296 HSPLjava/lang/Runtime;->exec(Ljava/lang/String;)Ljava/lang/Process; 2297 HSPLjava/lang/Runtime;->exec(Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Process; 2298 HSPLjava/lang/Runtime;->exec([Ljava/lang/String;)Ljava/lang/Process; 2299 HSPLjava/lang/Runtime;->exec([Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Proces…
|