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

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.h 35 lldb::addr_t isa_addr,
94 lldb::addr_t m_isa_addr; // isa_addr and sel_addr are the keys we will use to cache the implementation.
AppleThreadPlanStepThroughObjCTrampoline.cpp 38 lldb::addr_t isa_addr,
50 m_isa_addr(isa_addr),
AppleObjCRuntimeV1.cpp 445 addr_t isa_addr = bucket_data; local
446 for (uint32_t isa_idx = 0; isa_idx < bucket_isa_count; ++isa_idx, isa_addr += addr_size)
448 isa = m_process->ReadPointerFromMemory(isa_addr, error);
AppleObjCTrampolineHandler.cpp 936 lldb::addr_t isa_addr = LLDB_INVALID_ADDRESS; local
    [all...]

Completed in 56 milliseconds