HomeSort by relevance Sort by last modified time
    Searched defs:vtable (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
ftab.c 35 static struct VADriverVTable vtable = variable in typeref:struct:VADriverVTable
135 return vtable;
  /external/mesa3d/src/gallium/state_trackers/va/
ftab.c 35 static struct VADriverVTable vtable = variable in typeref:struct:VADriverVTable
135 return vtable;
  /ndk/sources/cxx-stl/gabi++/src/
vmi_class_type_info.cc 57 void* vtable = *reinterpret_cast<void**>(cur_base_ptr); local
59 static_cast<uint8_t*>(vtable) + cur_base_offset);
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
60 // Return a pointer to a __class_type_info in a vtable.
63 get_class_type_info(const void* vtable)
65 const void* type_info_ptr = adjust_pointer(vtable, -sizeof(void*));
69 // Return offset to object in a vtable.
72 get_offset_to_top(const void* vtable)
74 const void* type_info_ptr_address = adjust_pointer(vtable, -sizeof(void*));
86 const void* vtable = get_vtable(p); local
87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable);
99 const void* vtable,
140 const void* vtable = get_vtable(object); local
238 const void* vtable = get_vtable(object); local
295 const void* vtable = get_vtable(most_derived_object); local
    [all...]
  /external/chromium_org/chrome_frame/
vtable_patch_manager.cc 54 // Convenient definition of a VTABLE
55 typedef PROC* Vtable;
57 // Returns a pointer to the VTable of a COM interface.
59 inline Vtable GetIFVTable(void* unknown) {
60 return reinterpret_cast<Vtable>(*reinterpret_cast<void**>(unknown));
70 Vtable vtable = GetIFVTable(unknown); local
71 DCHECK(vtable);
81 // If this DCHECK fires it means that we are using the same VTable
85 "same VTable information, or patching the same interface on
    [all...]
vtable_patch_manager_unittest.cc 33 // Retrieve the vtable for an interface.
54 // Make a backup of the test vtable and it's page protection settings.
55 void* vtable = GetVtable(&factory_); local
57 ASSERT_TRUE(::VirtualQuery(vtable, &info, sizeof(info)));
59 memcpy(vtable_backup_, vtable, sizeof(vtable_backup_));
66 // Restore the test vtable and its page protection settings.
67 void* vtable = GetVtable(&factory_); local
69 EXPECT_TRUE(::VirtualProtect(vtable, sizeof(vtable_backup_),
71 memcpy(vtable, vtable_backup_, sizeof(vtable_backup_));
72 EXPECT_TRUE(::VirtualProtect(vtable, sizeof(vtable_backup_)
192 PROC vtable[kFunctionCount]; local
    [all...]
  /external/chromium_org/third_party/libva/va/egl/
va_egl_private.h 93 struct VADriverVTablePrivEGL vtable; member in struct:VADriverContextEGL
  /abi/cpp/src/
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
60 // Return a pointer to a __class_type_info in a vtable.
63 get_class_type_info(const void* vtable)
65 const void* type_info_ptr = adjust_pointer(vtable, -sizeof(void*));
69 // Return offset to object in a vtable.
72 get_offset_to_top(const void* vtable)
74 const void* type_info_ptr_address = adjust_pointer(vtable, -sizeof(void*));
86 const void* vtable = get_vtable(p); local
87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable);
99 const void* vtable,
140 const void* vtable = get_vtable(object); local
238 const void* vtable = get_vtable(object); local
295 const void* vtable = get_vtable(most_derived_object); local
    [all...]
  /external/chromium_org/dbus/
exported_object.cc 167 DBusObjectPathVTable vtable = {}; local
168 vtable.message_function = &ExportedObject::HandleMessageThunk;
169 vtable.unregister_function = &ExportedObject::OnUnregisteredThunk;
171 &vtable,
  /external/chromium_org/third_party/libva/va/glx/
va_glx_private.h 81 struct VADriverVTableGLX vtable; member in struct:VADriverContextGLX
  /art/runtime/entrypoints/
entrypoint_utils.cc 193 mirror::ObjectArray<mirror::ArtMethod>* vtable; local
196 vtable = referrer->GetDeclaringClass()->GetSuperClass()->GetVTable();
198 vtable = this_object->GetClass()->GetVTable();
201 return vtable->Get(vtable_index);
245 mirror::ObjectArray<mirror::ArtMethod>* vtable; local
250 vtable = referring_class->GetSuperClass()->GetVTable();
252 vtable = NULL;
255 vtable = this_object->GetClass()->GetVTable();
257 if (LIKELY(vtable != NULL &&
258 vtable_index < static_cast<uint32_t>(vtable->GetLength())))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 668 DBusObjectPathVTable vtable = { local
688 if (!dbus_connection_register_fallback(con, wpa_s->dbus_path, &vtable,
dbus_new_helpers.c 537 DBusObjectPathVTable vtable = { local
552 if (!dbus_connection_try_register_object_path(con, path, &vtable,
  /external/chromium_org/third_party/libva/va/
va_backend.h 388 struct VADriverVTable *vtable; member in struct:VADriverContext
  /external/chromium_org/third_party/mesa/src/src/glx/
drisw_glx.c 48 __GLXDRIscreen vtable; member in struct:drisw_screen
388 if (shareList->vtable->destroy != drisw_destroy_context) {
414 pcp->base.vtable = &drisw_context_vtable;
499 pcp->base.vtable = &drisw_context_vtable;
695 psc->base.vtable = &drisw_screen_vtable;
696 psp = &psc->vtable;
dri_glx.c 67 __GLXDRIscreen vtable; member in struct:dri_screen
590 if (shareList->vtable->destroy != dri_destroy_context) {
625 pcp->base.vtable = &dri_context_vtable;
896 psc->base.vtable = &dri_screen_vtable;
897 psp = &psc->vtable;
dri2_glx.c 82 __GLXDRIscreen vtable; member in struct:dri2_screen
194 if (shareList->vtable->destroy != dri2_destroy_context) {
221 pcp->base.vtable = &dri2_context_vtable;
311 pcp->base.vtable = &dri2_context_vtable;
1132 psc->base.vtable = &dri2_screen_vtable;
1133 psp = &psc->vtable;
    [all...]
glxclient.h 259 const struct glx_context_vtable *vtable; member in struct:glx_context
482 const struct glx_screen_vtable *vtable; member in struct:glx_screen
  /external/mesa3d/src/glx/
drisw_glx.c 48 __GLXDRIscreen vtable; member in struct:drisw_screen
388 if (shareList->vtable->destroy != drisw_destroy_context) {
414 pcp->base.vtable = &drisw_context_vtable;
499 pcp->base.vtable = &drisw_context_vtable;
695 psc->base.vtable = &drisw_screen_vtable;
696 psp = &psc->vtable;
dri_glx.c 67 __GLXDRIscreen vtable; member in struct:dri_screen
590 if (shareList->vtable->destroy != dri_destroy_context) {
625 pcp->base.vtable = &dri_context_vtable;
896 psc->base.vtable = &dri_screen_vtable;
897 psp = &psc->vtable;
dri2_glx.c 82 __GLXDRIscreen vtable; member in struct:dri2_screen
194 if (shareList->vtable->destroy != dri2_destroy_context) {
221 pcp->base.vtable = &dri2_context_vtable;
311 pcp->base.vtable = &dri2_context_vtable;
1132 psc->base.vtable = &dri2_screen_vtable;
1133 psp = &psc->vtable;
    [all...]
glxclient.h 259 const struct glx_context_vtable *vtable; member in struct:glx_context
482 const struct glx_screen_vtable *vtable; member in struct:glx_screen
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 600 private final VirtualMethod[] vtable; field in class:ClassPath.ClassDef
603 //If the value is non-negative, it is a vtable index
644 vtable = superclass.vtable;
661 vtable = null;
676 vtable = superclass.vtable;
704 vtable = loadVtable(classInfo);
710 methodLookup = new HashMap<String, Integer>((int)Math.ceil(((vtable.length + directMethodCount)/ .7f)), .75f);
711 for (int i=0; i<vtable.length; i++)
966 VirtualMethod[] vtable = new VirtualMethod[virtualMethodList.size()]; local
    [all...]
  /dalvik/vm/oo/
Object.h 184 * Index into array of vtable offsets. This points into the ifviPool,
412 /* virtual methods defined in this class; invoked through vtable */
417 * Virtual method table (vtable), for use by "invoke-virtual". The
418 * vtable from the superclass is copied in, and virtual methods from
422 Method** vtable; member in struct:ClassObject
433 * part of the Face interface. We can't easily use a single vtable.
442 * The interface vtable indices for iftable get stored here. By placing
495 * in "vtable".
  /external/bison/lib/
bbitset.h 89 const struct bitset_vtable *vtable; member in struct:bbitset_struct
106 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable
159 ((BSET1)->b.vtable == (BSET2)->b.vtable)
174 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
177 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC)
180 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC)
183 #define BITSET_TYPE_(DST) (DST)->b.vtable->type
186 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO)
189 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable->reset (DST, BITNO
    [all...]

Completed in 1621 milliseconds

1 2