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 206 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry;
210 NextEntry->prev_entry = PrevEntry;
212 if (PrevEntry) {
213 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 131 milliseconds