Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h54 void AddNativeDebugInfoForJit(const void* code_ptr,
Ddebugger_interface.cc567 void AddNativeDebugInfoForJit(const void* code_ptr, in AddNativeDebugInfoForJit() function
Djit_code_cache.cc714 AddNativeDebugInfoForJit(code_ptr, debug_info, /*allow_packing=*/ !is_full_debug_info); in Commit()
/art/compiler/jit/
Djit_compiler.cc139 AddNativeDebugInfoForJit(/*code_ptr=*/ nullptr, elf_file, /*allow_packing=*/ false); in TypesLoaded()