OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slot_addr
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/include/tdep-ia64/
rse.h
32
* address
SLOT_ADDR
.
35
rse_rnat_addr (uint64_t
slot_addr
)
37
return
slot_addr
| (0x3f << 3);
/art/runtime/gc/allocator/
rosalloc-inl.h
95
void*
slot_addr
= thread_local_run->AllocSlot();
local
96
if (LIKELY(
slot_addr
!= nullptr)) {
99
return
slot_addr
;
rosalloc.cc
605
void*
slot_addr
= current_run->AllocSlot();
local
606
if (UNLIKELY(
slot_addr
== nullptr)) {
631
slot_addr
= current_run->AllocSlot();
633
DCHECK(
slot_addr
!= nullptr);
635
return
slot_addr
;
648
void*
slot_addr
= AllocFromCurrentRunUnlocked(self, idx);
local
649
if (LIKELY(
slot_addr
!= nullptr)) {
655
return
slot_addr
;
666
void*
slot_addr
;
local
679
slot_addr
= thread_local_run->AllocSlot()
995
uint8_t*
slot_addr
= slot_base + slot_idx * bracket_size;
local
1969
uint8_t*
slot_addr
= slot_base + slot_idx * bracket_size;
local
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c
[
all
...]
Completed in 233 milliseconds