Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc68 bool (*Jit::jit_generate_debug_info_)(void*) = nullptr; variable
200 code_cache->SetGarbageCollectCode(!jit_generate_debug_info_(jit_compiler_handle_) && in Create()
241 LoadSymbol(&jit_generate_debug_info_, "jit_generate_debug_info", error_msg); in LoadCompilerLibrary()
372 if (jit_generate_debug_info_(jit->jit_compiler_handle_)) { in NewTypeLoadedIfUsingJit()
387 if (jit_generate_debug_info_(jit_compiler_handle_)) { in DumpTypeInfoForLoadedTypes()
1028 code_cache_->SetGarbageCollectCode(!jit_generate_debug_info_(jit_compiler_handle_) && in PostForkChildAction()
Djit.h346 static bool (*jit_generate_debug_info_)(void*); variable