Searched refs:uintptr_t (Results 1 - 25 of 208) sorted by relevance

123456789

/openjdk10/hotspot/src/os/posix/dtrace/
H A Dhotspot.d26 probe class__loaded(char*, uintptr_t, void*, uintptr_t);
27 probe class__unloaded(char*, uintptr_t, void*, uintptr_t);
28 probe class__initialization__required(char*, uintptr_t, void*, intptr_t);
29 probe class__initialization__recursive(char*, uintptr_t, void*, intptr_t,int);
30 probe class__initialization__concurrent(char*, uintptr_t, void*, intptr_t,int);
31 probe class__initialization__erroneous(char*, uintptr_t, void*, intptr_t, int);
32 probe class__initialization__super__failed(char*, uintptr_t, void*, intptr_t,int);
33 probe class__initialization__clinit(char*, uintptr_t, voi
[all...]
H A Dhotspot_jni.d32 probe CallBooleanMethodA__entry(void*, void*, uintptr_t);
33 probe CallBooleanMethodA__return(uintptr_t);
34 probe CallBooleanMethod__entry(void*, void*, uintptr_t);
35 probe CallBooleanMethod__return(uintptr_t);
36 probe CallBooleanMethodV__entry(void*, void*, uintptr_t);
37 probe CallBooleanMethodV__return(uintptr_t);
38 probe CallByteMethodA__entry(void*, void*, uintptr_t);
40 probe CallByteMethod__entry(void*, void*, uintptr_t);
42 probe CallByteMethodV__entry(void*, void*, uintptr_t);
44 probe CallCharMethodA__entry(void*, void*, uintptr_t);
[all...]
/openjdk10/hotspot/test/native/gc/shared/
H A Dtest_collectedHeap.cpp31 uintptr_t epsilon = (uintptr_t) MinObjAlignment;
32 uintptr_t heap_start = (uintptr_t) heap->reserved_region().start();
33 uintptr_t heap_end = (uintptr_t) heap->reserved_region().end();
39 ASSERT_GE(heap_start, ((uintptr_t) NULL + epsilon))
47 ASSERT_LE(heap_end, ((uintptr_t)-1 - epsilon))
/openjdk10/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dsymtab.h41 // to the base uintptr_t supplied. Returns NULL if not found.
42 uintptr_t search_symbol(struct symtab* symtab, uintptr_t base,
47 const char* nearest_symbol(struct symtab* symtab, uintptr_t offset,
48 uintptr_t* poffset);
H A Dlibproc_impl.h40 uintptr_t base;
58 uintptr_t vaddr; // starting virtual address
69 uintptr_t addr, char *buf, size_t size);
72 uintptr_t addr, const char *buf , size_t size);
85 uintptr_t dynamic_addr; // address of dynamic section of a.out
86 uintptr_t ld_base_addr; // base address of ld.so
117 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
121 uintptr_t base);
H A Dlibproc.h126 uintptr_t get_lib_base(struct ps_prochandle* ph, int index);
132 uintptr_t lookup_symbol(struct ps_prochandle* ph, const char* object_name,
136 const char* symbol_for_pc(struct ps_prochandle* ph, uintptr_t addr, uintptr_t* poffset);
H A Dsalibelf.h51 uintptr_t find_base_address(int fd, ELF_EHDR* ehdr);
/openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A Dsymtab.h41 // to the base uintptr_t supplied. Returns NULL if not found.
42 uintptr_t search_symbol(struct symtab* symtab, uintptr_t base,
47 const char* nearest_symbol(struct symtab* symtab, uintptr_t offset,
48 uintptr_t* poffset);
H A Dlibproc.h43 #define psaddr_t uintptr_t
53 #define lwpid_t uintptr_t
146 uintptr_t get_lib_base(struct ps_prochandle* ph, int index);
152 uintptr_t lookup_symbol(struct ps_prochandle* ph, const char* object_name,
156 const char* symbol_for_pc(struct ps_prochandle* ph, uintptr_t addr, uintptr_t* poffset);
H A Dsalibelf.h51 uintptr_t find_base_address(int fd, ELF_EHDR* ehdr);
H A Dlibproc_impl.h94 uintptr_t base;
112 uintptr_t vaddr; // starting virtual address
123 uintptr_t addr, char *buf, size_t size);
126 uintptr_t addr, const char *buf , size_t size);
141 uintptr_t dynamic_addr; // address of dynamic section of a.out
142 uintptr_t ld_base_addr; // base address of ld.so
173 lib_info* add_lib_info(struct ps_prochandle* ph, const char* libname, uintptr_t base);
177 uintptr_t base);
/openjdk10/jdk/src/java.base/windows/native/libjava/
H A Dgdefs_md.h33 typedef unsigned int uintptr_t; typedef
/openjdk10/hotspot/src/share/tools/hsdis/
H A Dhsdis.h57 void* decode_instructions_virtual(uintptr_t start_va, uintptr_t end_va,
58 unsigned char* buffer, uintptr_t length,
82 typedef void* (*decode_func_vtype) (uintptr_t start_va, uintptr_t end_va,
83 unsigned char* buffer, uintptr_t length,
/openjdk10/hotspot/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc_audit.cpp38 static uintptr_t* libproc_cookie;
39 static uintptr_t* libc_cookie;
40 static uintptr_t* libsaproc_cookie;
51 la_objopen(Link_map * lmp, Lmid_t lmid, uintptr_t * cookie)
70 uintptr_t
71 la_symbind64(Elf64_Sym *symp, uint_t symndx, uintptr_t *refcook,
72 uintptr_t *defcook, uint_t *sb_flags, const char *sym_name)
74 uintptr_t
75 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook,
76 uintptr_t *defcoo
[all...]
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.hpp50 static void trace(const methodHandle& method, address bcp, uintptr_t tos, uintptr_t tos2, outputStream* st = tty);
59 virtual void trace(const methodHandle& method, address bcp, uintptr_t tos, uintptr_t tos2, outputStream* st) = 0;
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkMemoryManager.hpp68 uintptr_t& ActualSize);
75 uint8_t* allocateGlobal(uintptr_t, unsigned int);
83 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID);
84 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID);
86 uintptr_t& ActualSize);
93 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName);
94 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName, bool IsReadOnly);
H A DsharkMemoryManager.cpp48 uintptr_t& ActualSize) {
74 uint8_t* SharkMemoryManager::allocateGlobal(uintptr_t Size,
94 uint8_t* SharkMemoryManager::allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) {
98 uint8_t* SharkMemoryManager::allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) {
107 uintptr_t& ActualSize) {
120 uint8_t *SharkMemoryManager::allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) {
124 uint8_t* SharkMemoryManager::allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) {
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DheapRegionTracer.hpp36 uintptr_t start,
H A Dg1BiasedArray.hpp59 assert(shift_by < sizeof(uintptr_t) * 8, "Shifting by %u, larger than word size?", shift_by);
73 assert((uintptr_t)bottom % mapping_granularity_in_bytes == 0,
76 assert((uintptr_t)end % mapping_granularity_in_bytes == 0,
80 idx_t bias = (uintptr_t)bottom / mapping_granularity_in_bytes;
127 idx_t biased_index = ((uintptr_t)value) >> this->shift_by();
135 idx_t biased_index = ((uintptr_t)value) >> this->shift_by();
142 idx_t biased_index = ((uintptr_t)address) >> this->shift_by();
150 idx_t biased_start = ((uintptr_t)range.start()) >> this->shift_by();
151 idx_t biased_last = ((uintptr_t)range.last()) >> this->shift_by();
162 idx_t biased_index = ((uintptr_t)addres
[all...]
H A Dg1CodeRootSetTable.hpp40 uintptr_t hash = (uintptr_t)nm;
/openjdk10/hotspot/src/share/vm/runtime/
H A DjfieldIDWorkaround.hpp77 const static uintptr_t large_offset_mask = right_n_bits(large_offset_bits);
78 const static uintptr_t small_offset_mask = right_n_bits(small_offset_bits);
79 const static uintptr_t klass_mask = right_n_bits(klass_bits);
84 uintptr_t as_uint = (uintptr_t) id;
88 uintptr_t result = (uintptr_t) id >> address_shift;
102 uintptr_t as_uint = (uintptr_t) id;
106 uintptr_t as_uin
[all...]
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcardTableModRefBSForCTRS.hpp87 uintptr_t* _lowest_non_clean_base_chunk_index;
97 uintptr_t& lowest_non_clean_base_chunk_index,
108 uintptr_t addr_to_chunk_index(const void* addr) {
109 uintptr_t card = (uintptr_t) byte_for(addr);
121 uintptr_t lowest_non_clean_base_chunk_index,
132 uintptr_t lowest_non_clean_base_chunk_index,
/openjdk10/hotspot/src/share/vm/compiler/
H A Ddisassembler.hpp41 typedef void* (*decode_func_virtual)(uintptr_t start_va, uintptr_t end_va,
42 unsigned char* buffer, uintptr_t length,
/openjdk10/hotspot/test/native/utilities/
H A Dtest_chunkedList.cpp43 for (uintptr_t i = 0; i < ChunkedListT::BufferSize; i++) {
52 for (uintptr_t i = 0; i < ChunkedListT::BufferSize; i++) {
65 for (uintptr_t i = 0; i < ChunkedListT::BufferSize / 2; i++) {
71 for (uintptr_t i = 0; i < ChunkedListT::BufferSize; i++) {
81 for (uintptr_t i = 0; i < ChunkedListT::BufferSize; i++) {
86 for (uintptr_t i = 0; i < ChunkedListT::BufferSize; i++) {
/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlc.hpp42 /* Make sure that we have the intptr_t and uintptr_t definitions */
64 typedef unsigned __int64 uintptr_t; typedef
66 typedef unsigned int uintptr_t; typedef

Completed in 191 milliseconds

123456789