Searched defs:isa_addr (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp38 lldb::addr_t isa_addr,
50 m_isa_addr(isa_addr),
33 AppleThreadPlanStepThroughObjCTrampoline( Thread &thread, AppleObjCTrampolineHandler *trampoline_handler, ValueList &input_values, lldb::addr_t isa_addr, lldb::addr_t sel_addr, bool stop_others ) argument
H A DAppleObjCRuntimeV1.cpp445 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);
H A DAppleObjCTrampolineHandler.cpp932 // isa_addr will store the class pointer that the method is being dispatched to - so either the class
936 lldb::addr_t isa_addr = LLDB_INVALID_ADDRESS; local
962 isa_addr = super_value.GetScalar().ULongLong();
987 isa_addr = super_value.GetScalar().ULongLong();
1013 isa_addr = isa_value.GetScalar().ULongLong();
1026 if (isa_addr != LLDB_INVALID_ADDRESS)
1031 isa_addr, sel_addr);
1036 impl_addr = objc_runtime->LookupInMethodCache (isa_addr, sel_addr);
1128 isa_addr,

Completed in 135 milliseconds