HomeSort by relevance Sort by last modified time
    Searched refs:__jit_debug_descriptor (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 50 struct jit_descriptor __jit_debug_descriptor = { 1, 0, nullptr, nullptr }; variable in typeref:struct:jit_descriptor
132 __jit_debug_descriptor.action_flag = JIT_REGISTER_FN;
136 jit_code_entry* NextEntry = __jit_debug_descriptor.first_entry;
141 __jit_debug_descriptor.first_entry = JITCodeEntry;
142 __jit_debug_descriptor.relevant_entry = JITCodeEntry;
211 __jit_debug_descriptor.action_flag = JIT_UNREGISTER_FN;
224 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
225 __jit_debug_descriptor.first_entry = NextEntry;
229 __jit_debug_descriptor.relevant_entry = JITCodeEntry;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 42 struct jit_descriptor __jit_debug_descriptor = { 1, 0, 0, 0 }; variable in typeref:struct:llvm::jit_descriptor
150 __jit_debug_descriptor.action_flag = JIT_REGISTER_FN;
154 jit_code_entry *NextEntry = __jit_debug_descriptor.first_entry;
159 __jit_debug_descriptor.first_entry = JITCodeEntry;
160 __jit_debug_descriptor.relevant_entry = JITCodeEntry;
172 __jit_debug_descriptor.action_flag = JIT_UNREGISTER_FN;
183 assert(__jit_debug_descriptor.first_entry == JITCodeEntry);
184 __jit_debug_descriptor.first_entry = NextEntry;
188 __jit_debug_descriptor.relevant_entry = JITCodeEntry;
  /art/runtime/jit/
debugger_interface.cc 129 JITDescriptor __jit_debug_descriptor {};
270 __jit_debug_descriptor,
290 DeleteJITCodeEntryInternal(__jit_debug_descriptor,
  /external/v8/src/
gdb-jit.cc 1883 JITDescriptor __jit_debug_descriptor = { 1, 0, 0, 0 }; variable
    [all...]

Completed in 104 milliseconds