Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_cfi_test.cc67 GenerateExpected(stdout, isa, isa_str, actual_asm, actual_cfi); in TestImpl()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc86 GenerateExpected(stdout, isa, isa_str, actual_asm, actual_cfi); in TestImpl()
/art/compiler/dex/quick/
Dquick_cfi_test.cc115 GenerateExpected(stdout, isa, isa_str, actual_asm, actual_cfi); in TestImpl()
/art/compiler/
Dcfi_test.h37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected() function