Searched refs:exec (Results 1 – 14 of 14) sorted by relevance
40 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_ensureProfilingInfo() local41 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_ensureProfilingInfo()58 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_presentInProfile() local59 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_presentInProfile()
35 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_testCompiled() local36 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_testCompiled()
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));
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));
200 static int exec(int a, int b) { in exec() method in Add210 a = Add.exec(10, 20);211 b = Mul.exec(10, 20);217 static int exec(int a, int b) { in exec() method in Mul
39 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_getOatMethodQuickCode() local40 ArtMethod* art_method = exec->GetArtMethod(); in Java_Main_getOatMethodQuickCode()
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));
21 exec - root -- /system/bin/art_apex_boot_integrity
129 public void exec(final SafepointFunction safepoint) throws Exception {204 t.exec(NamedGet("This", Locals::GetLocalInstance));
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()
171 public void exec(final SafepointFunction safepoint) throws Exception {233 t.exec(s);
146 public void exec(final SafepointFunction safepoint) throws Exception {226 t.exec(s);
207 public void exec(final SafepointFunction safepoint) throws Exception {276 t.exec(s);
29 If used in device mode, the command has to exec a dalvikvm instance. Bisection