Home
last modified time | relevance | path

Searched refs:IsIntArray (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dthrowable.cc111 DCHECK(methods_and_dex_pcs->IsIntArray() || methods_and_dex_pcs->IsLongArray()); in Dump()
H A Dobject-inl.h252 inline bool Object::IsIntArray() { in IsIntArray() function
262 DCHECK((IsIntArray<kVerifyFlags>())); in AsIntArray()
H A Darray-inl.h237 DCHECK(IsIntArray<kVerifyFlags>()); in GetElementPtrSize()
H A Dobject.h233 bool IsIntArray() REQUIRES_SHARED(Locks::mutator_lock_);
/aosp_15_r20/art/runtime/jni/
H A Djni_id_manager.cc90 CHECK(ret->IsIntArray()); in GetIds()
/aosp_15_r20/art/runtime/
H A Dthread.cc3258 DCHECK(decoded_traces->Get(0)->IsIntArray() || decoded_traces->Get(0)->IsLongArray()); in InternalStackTraceToStackTraceElementArray()
3374 DCHECK(decoded_traces->Get(0)->IsIntArray() || decoded_traces->Get(0)->IsLongArray()); in InternalStackTraceToStackFrameInfoArray()
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc3115 DCHECK(arr->IsIntArray() || arr->IsLongArray()) in CopyAndFixupMethodPointerArray()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12801 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local
12802 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17420 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local
17421 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21826 bool IsIntArray = Ty->isArrayTy() && Ty->getArrayElementType()->isIntegerTy(); in functionArgumentNeedsConsecutiveRegisters() local
21827 return IsHA || IsIntArray; in functionArgumentNeedsConsecutiveRegisters()