Searched defs:Ptr (Results 1 – 11 of 11) sorted by relevance
/aosp12/bionic/libdl/ |
H A D | libdl_cfi.cpp | 54 static uintptr_t cfi_check_addr(uint16_t v, void* Ptr) { in cfi_check_addr() 69 static inline void cfi_slowpath_common(uint64_t CallSiteTypeId, void* Ptr, void* DiagData) { in cfi_slowpath_common() 82 extern "C" void __cfi_slowpath(uint64_t CallSiteTypeId, void* Ptr) { in __cfi_slowpath() 86 extern "C" void __cfi_slowpath_diag(uint64_t CallSiteTypeId, void* Ptr, void* DiagData) { in __cfi_slowpath_diag()
|
/aosp12/art/runtime/mirror/ |
H A D | object_array.h | 204 static ObjectArray<T>* Ptr(const Handle<ObjectArray<T>>& p) in Ptr() function 208 static ObjectArray<T>* Ptr(const ObjPtr<ObjectArray<T>>& p) in Ptr() function
|
/aosp12/art/runtime/ |
H A D | reflective_reference.h | 40 ReflectiveType* Ptr() { in Ptr() function
|
H A D | obj_ptr-inl.h | 111 inline MirrorType* ObjPtr<MirrorType>::Ptr() const { in Ptr() function
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_field_entrypoints.cc | 70 PrimitiveOrObject, IsObject, Ptr) \ argument
|
/aosp12/bionic/linker/ |
H A D | linker_cfi.cpp | 281 void CFIShadowWriter::CfiFail(uint64_t CallSiteTypeId, void* Ptr, void* DiagData, void* CallerPc) { in CfiFail()
|
H A D | dlfcn.cpp | 286 void __loader_cfi_fail(uint64_t CallSiteTypeId, void* Ptr, void *DiagData, void *CallerPc) { in __loader_cfi_fail()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 3433 Value *Val, *Ptr; in ParseFunctionBody() local 3447 Value *Val, *Ptr; in ParseFunctionBody() local 3471 Value *Ptr, *Cmp, *New; in ParseFunctionBody() local 3492 Value *Ptr, *Val; in ParseFunctionBody() local
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_backend.cpp | 1012 llvm::Value *Ptr = NULL; in dumpExportFunctionInfo() local
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 3154 Value *Val, *Ptr; in ParseFunctionBody() local 3167 Value *Val, *Ptr; in ParseFunctionBody() local
|
/aosp12/system/tools/aidl/ |
H A D | aidl_unittest.cpp | 1026 using Ptr = unique_ptr<AidlConstantValue>; in TEST_F() typedef
|