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

  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 58 ObjCLanguageRuntime::AddToMethodCache (lldb::addr_t class_addr, lldb::addr_t selector, lldb::addr_t impl_addr)
63 log->Printf ("Caching: class 0x%" PRIx64 " selector 0x%" PRIx64 " implementation 0x%" PRIx64 ".", class_addr, selector, impl_addr);
65 m_impl_cache.insert (std::pair<ClassAndSel,lldb::addr_t> (ClassAndSel(class_addr, selector), impl_addr));
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 68 void *impl_addr; \n\
142 return_struct.impl_addr = class_getMethodImplementation_stret (return_struct.class_addr, \n\
147 return_struct.impl_addr = class_getMethodImplementation (return_struct.class_addr, \n\
151 printf (\"\\n*** Returning implementation: 0x%p.\\n\", return_struct.impl_addr); \n\
153 return return_struct.impl_addr; \n\
176 void *impl_addr; \n\
248 return_struct.impl_addr = class_getMethodImplementation (return_struct.class_addr, \n\
251 printf (\"\\n*** Returning implementation: 0x%p.\\n\", return_struct.impl_addr); \n\
253 return return_struct.impl_addr; \n\
1024 lldb::addr_t impl_addr = LLDB_INVALID_ADDRESS; local
    [all...]
  /external/lldb/include/lldb/Target/
ObjCLanguageRuntime.h 295 AddToMethodCache (lldb::addr_t class_addr, lldb::addr_t sel, lldb::addr_t impl_addr);

Completed in 73 milliseconds