Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 14 of 14) sorted by relevance

/art/test/595-profile-saving/
Dprofile-saving.cc40 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_ensureProfilingInfo() local
41 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_ensureProfilingInfo()
58 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_presentInProfile() local
59 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_presentInProfile()
/art/test/664-aget-verifier/
Daget-verifier.cc35 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_testCompiled() local
36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DTest1965.java126 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/
DTest1939.java112 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/660-clinit/src/
DMain.java200 static int exec(int a, int b) { in exec() method in Add
210 a = Add.exec(10, 20);
211 b = Mul.exec(10, 20);
217 static int exec(int a, int b) { in exec() method in Mul
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc39 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/
DTest1912.java177 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/build/apex/
Dart_apex_boot_integrity.rc21 exec - root -- /system/bin/art_apex_boot_integrity
/art/test/1914-get-local-instance/src/art/
DTest1914.java129 public void exec(final SafepointFunction safepoint) throws Exception {
204 t.exec(NamedGet("This", Locals::GetLocalInstance));
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java143 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/1966-get-set-local-objects-no-table/src/art/
DTest1966.java171 public void exec(final SafepointFunction safepoint) throws Exception {
233 t.exec(s);
/art/test/1967-get-set-local-bad-slot/src/art/
DTest1967.java146 public void exec(final SafepointFunction safepoint) throws Exception {
226 t.exec(s);
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java207 public void exec(final SafepointFunction safepoint) throws Exception {
276 t.exec(s);
/art/tools/bisection_search/
DREADME.md29 If used in device mode, the command has to exec a dalvikvm instance. Bisection