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

  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
GDBJIT.h 50 struct jit_code_entry *prev_entry; member in struct:jit_code_entry
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.cc 177 std::pair<EvictedCookieMap::iterator, bool> prev_entry = local
180 if (!prev_entry.second) {
182 delete prev_entry.first->second;
183 prev_entry.first->second = evicted_cookie;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 30 struct jit_code_entry *prev_entry; member in struct:jit_code_entry
105 JITCodeEntry->prev_entry = NULL;
109 NextEntry->prev_entry = JITCodeEntry;
173 jit_code_entry* PrevEntry = JITCodeEntry->prev_entry;
177 NextEntry->prev_entry = PrevEntry;

Completed in 226 milliseconds