HomeSort by relevance Sort by last modified time
    Searched full:oldptr (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 70 /// OldPtr is the address of the machine code and will be the same as the Code
74 virtual void NotifyFreeingMachineCode(void *OldPtr) {}
  /external/webkit/Source/JavaScriptCore/wtf/
OwnArrayPtr.h 118 PtrType oldPtr = m_ptr;
120 deleteOwnedArrayPtr(oldPtr);
OwnPtr.h 119 PtrType oldPtr = m_ptr;
121 deleteOwnedPtr(oldPtr);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 59 virtual void NotifyFreeingMachineCode(void *OldPtr) {
60 FunctionFreedEvent Event = {NextIndex++, OldPtr};
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 203 void NotifyFreeingMachineCode(void *OldPtr);
OProfileJITEventListener.cpp 49 virtual void NotifyFreeingMachineCode(void *OldPtr);
JIT.cpp 580 void JIT::NotifyFreeingMachineCode(void *OldPtr) {
583 EventListeners[I]->NotifyFreeingMachineCode(OldPtr);
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 145 int oldPtr = ptr;
148 ptr = oldPtr;
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/pcre/
pcre_compile.c 635 const uschar *oldptr; local
749 oldptr = ptr;
763 ptr = oldptr; /* Put the pointer back and fall through */
3356 const uschar *oldptr; local
    [all...]
  /external/libxml2/
HTMLparser.c 4001 const xmlChar *oldptr; local
    [all...]

Completed in 266 milliseconds