HomeSort by relevance Sort by last modified time
    Searched defs:PrevEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp 208 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry;
212 NextEntry->prev_entry = PrevEntry;
214 if (PrevEntry) {
215 PrevEntry->next_entry = NextEntry;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 173 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry;
177 NextEntry->prev_entry = PrevEntry;
179 if (PrevEntry) {
180 PrevEntry->next_entry = NextEntry;

Completed in 26 milliseconds