Lines Matching refs:V8_INLINE
31 V8_INLINE Tagged_t CompressTagged(Address tagged) {
35 V8_INLINE constexpr Address GetPtrComprCageBaseAddress(Address on_heap_addr) {
39 V8_INLINE Address GetPtrComprCageBaseAddress(PtrComprCageBase cage_base) {
43 V8_INLINE constexpr PtrComprCageBase GetPtrComprCageBaseFromOnHeapAddress(
49 V8_INLINE Address DecompressTaggedSigned(Tagged_t raw_value) {
57 V8_INLINE Address DecompressTaggedPointer(TOnHeapAddress on_heap_addr,
65 V8_INLINE Address DecompressTaggedAny(TOnHeapAddress on_heap_addr,
72 V8_INLINE Tagged_t CompressTagged(Address tagged) { UNREACHABLE(); }
74 V8_INLINE constexpr PtrComprCageBase GetPtrComprCageBaseFromOnHeapAddress(
79 V8_INLINE Address DecompressTaggedSigned(Tagged_t raw_value) { UNREACHABLE(); }
82 V8_INLINE Address DecompressTaggedPointer(TOnHeapAddress on_heap_addr,
88 V8_INLINE Address DecompressTaggedAny(TOnHeapAddress on_heap_addr,
93 V8_INLINE Address GetPtrComprCageBaseAddress(Address on_heap_addr) {
99 V8_INLINE PtrComprCageBase GetPtrComprCageBase(HeapObject object) {