Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 4 of 4) 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/661-oat-writer-layout/
Doat_writer_layout.cc39 ObjPtr<mirror::Executable> exec = soa.Decode<mirror::Executable>(method); in Java_Main_getOatMethodQuickCode() local
/art/test/660-clinit/src/
DMain.java200 static int exec(int a, int b) { in exec() method in Add
217 static int exec(int a, int b) { in exec() method in Mul