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

12

  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 262 /// to a vtable pointer from which the virtual offset is applied.
316 // vtable of the correct base subobject. The "function pointer" is an
317 // offset within the vtable (+1 for the virtual flag on non-ARM).
320 // Cast the adjusted this to a pointer to vtable pointer and load.
322 llvm::Value *VTable = Builder.CreateBitCast(This, VTableTy->getPointerTo());
323 VTable = Builder.CreateLoad(VTable, "memptr.vtable");
329 VTable = Builder.CreateGEP(VTable, VTableOffset)
727 llvm::Value *vtable = CGF.GetVTablePtr(ptr, CGF.IntPtrTy->getPointerTo()); local
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java 162 * single vtable.
181 /** Virtual methods defined in this class; invoked through vtable. */
185 * Virtual method table (vtable), for use by "invoke-virtual". The vtable from the superclass
187 * appended. For abstract classes, methods may be created in the vtable that aren't in
190 private transient ArtMethod[] vtable; field in class:Class
    [all...]
  /art/runtime/verifier/
method_verifier.cc 3134 mirror::ObjectArray<mirror::ArtMethod>* vtable = this_class->GetVTable(); local
    [all...]
  /art/runtime/
class_linker.cc 354 // Setup the primitive array type classes - can't be done until Object has a vtable.
3604 mirror::ObjectArray<mirror::ArtMethod>* vtable = klass->GetVTableDuringLinking(); local
3697 mirror::ObjectArray<mirror::ArtMethod>* vtable = klass->GetVTableDuringLinking(); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 2498 tree vtable; variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1324 milliseconds

12