Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/
DConfig.h23 #undef DEBUG_MCJIT_DISASSEMBLER
24 #define DEBUG_MCJIT_DISASSEMBLER 0 macro
27 #if DEBUG_OLD_JIT_DISASSEMBLER || DEBUG_MCJIT_DISASSEMBLER
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp424 #if DEBUG_MCJIT_DISASSEMBLER in compile()