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

  /external/lldb/source/DataFormatters/
CF.cpp 87 expr.Printf("(int)CFBagGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue());
281 expr.Printf("(int)CFBinaryHeapGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue());
CXXFormatterFunctions.cpp 43 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
77 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
    [all...]
NSDictionary.cpp 215 key_fetcher_expr.Printf("(id)[(NSArray*)[(id)0x%" PRIx64 " allKeys] objectAtIndex:%zu]",m_backend.GetPointerValue(),idx);
217 value_fetcher_expr.Printf("(id)[(id)0x%" PRIx64 " objectForKey:(%s)]",m_backend.GetPointerValue(),key_fetcher_expr.GetData());
  /external/lldb/source/Core/
ValueObjectChild.cpp 131 lldb::addr_t addr = parent->GetPointerValue ();
ValueObjectConstResultImpl.cpp 55 lldb::addr_t tgt_address = m_impl_backend->GetPointerValue();
ValueObject.cpp 788 addr_t func_ptr_address = GetPointerValue (&func_ptr_address_type);
911 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type) : GetAddressOf(true, &addr_type);
    [all...]
  /external/chromium_org/mojo/system/
memory_unittest.cc 155 // |UserPointer<>::GetPointerValue()|:
158 EXPECT_EQ(0u, other.GetPointerValue());
160 EXPECT_EQ(reinterpret_cast<uintptr_t>(&my_int32), other.GetPointerValue());
memory.h 209 uintptr_t GetPointerValue() const {
core.cc 542 return mapping_table_.RemoveMapping(buffer.GetPointerValue());
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 66 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.cpp 61 const addr_t object_ptr = in_value.GetPointerValue();
191 // addr_t isa_pointer = valobj.GetPointerValue();
AppleObjCRuntimeV2.cpp 380 const addr_t object_ptr = in_value.GetPointerValue();
    [all...]
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 537 addr_t isa_pointer = valobj.GetPointerValue();
  /external/lldb/include/lldb/Core/
ValueObject.h 845 GetPointerValue (AddressType *address_type = NULL);
    [all...]

Completed in 130 milliseconds