Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 5 of 5) 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
58 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_presentInProfile() local
/art/test/664-aget-verifier/
Daget-verifier.cc35 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_testCompiled() local
/art/test/660-clinit/src/
DMain.java180 static int exec(int a, int b) { in exec() method in Add
187 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
/art/test/137-cfi/src/
DMain.java143 private static Process exec(String[] args) { in exec() method in Main