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

  /abi/cpp/src/
dynamic_cast.cc 87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable); local
88 return adjust_pointer(p, offset_to_top);
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable); local
88 return adjust_pointer(p, offset_to_top);
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 55 // The second pointer above the "address point" is the "offset_to_top". We'll use that to get the
231 // The offset_to_top is two pointers above the address.
250 int64_t offset_to_top = data.GetMaxS64(&offset, process->GetAddressByteSize()); local
252 // So the dynamic type is a value that starts at offset_to_top
254 lldb::addr_t dynamic_addr = original_ptr + offset_to_top;

Completed in 69 milliseconds