Searched defs:exec (Results 1 – 5 of 5) sorted by relevance
40 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_ensureProfilingInfo() local58 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_presentInProfile() local
35 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_testCompiled() local
180 static int exec(int a, int b) { in exec() method in Add187 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() local
143 private static Process exec(String[] args) { in exec() method in Main