Home
last modified time | relevance | path

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

/aosp12/art/compiler/jni/
H A Djni_cfi_test.cc48 TestImplSized<PointerSize::k64>(isa, isa_str, expected_asm, expected_cfi); in TestImpl()
50 TestImplSized<PointerSize::k32>(isa, isa_str, expected_asm, expected_cfi); in TestImpl()
56 void TestImplSized(InstructionSet isa, in TestImplSized() function in art::JNICFITest