Home
last modified time | relevance | path

Searched refs:pointer_array (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/test/CodeGen/Mips/cconv/
H A Dmemory-layout.ll77 @pointer_array = global [2 x i8*] [i8* @byte, i8* @byte]
117 ; ALL-LABEL: pointer_array:
120 ; O32: .size pointer_array, 8
123 ; N32: .size pointer_array, 8
126 ; N64: .size pointer_array, 16
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp435 static const GLvoid *pointer_array[] = {(GLvoid *)1, (GLvoid *)4, (GLvoid *)-16}; in invalidOperation() local
436 static const GLuint pointer_array_length = sizeof(pointer_array) / sizeof(pointer_array[0]); in invalidOperation()
443 const GLvoid *pointer = pointer_array[i]; in invalidOperation()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc340 void VisitPointerArray(ObjPtr<mirror::PointerArray> pointer_array) in VisitPointerArray() argument
343 PatchReferenceField</*kMayBeNull=*/ false>(pointer_array, mirror::Object::ClassOffset()); in VisitPointerArray()
345 int32_t length = pointer_array->GetLength<kVerifyNone>(); in VisitPointerArray()
348 pointer_array->ElementAddress<kVerifyNone>(i, kPointerSize)); in VisitPointerArray()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc1993 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in ProcessDexFileObjects()
1995 AssignImageBinSlot(pointer_array.Ptr(), oat_index, bin); in ProcessDexFileObjects()
3232 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in CopyAndFixupObjects()
3233 CopyAndFixupMethodPointerArray(pointer_array.Ptr()); in CopyAndFixupObjects()