OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LW_SHAPE_FAT
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/
Sync.h
27
#define
LW_SHAPE_FAT
1
73
#define IS_LOCK_FAT(lock) (LW_SHAPE(*(lock)) ==
LW_SHAPE_FAT
)
/art/runtime/
monitor.h
37
#define
LW_SHAPE_FAT
1
monitor.cc
84
// The shape is the bottom bit; either LW_SHAPE_THIN or
LW_SHAPE_FAT
.
131
thin |= reinterpret_cast<uint32_t>(this) |
LW_SHAPE_FAT
;
142
DCHECK_EQ(LW_SHAPE(*obj_->GetRawLockWordAddress()),
LW_SHAPE_FAT
);
[
all
...]
Completed in 6228 milliseconds