Home
last modified time | relevance | path

Searched refs:cage_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/cppgc/internal/
H A Dcaged-heap-local-data.h40 void SetAge(uintptr_t cage_offset, Age age) { in SetAge() argument
41 table_[card(cage_offset)] = age; in SetAge()
43 V8_INLINE Age GetAge(uintptr_t cage_offset) const { in GetAge()
44 return table_[card(cage_offset)]; in GetAge()
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dcaged-heap-local-data.h51 void SetAge(uintptr_t cage_offset, Age age) { in SetAge() argument
52 table_[card(cage_offset)] = age; in SetAge()
55 V8_INLINE Age GetAge(uintptr_t cage_offset) const { in GetAge()
56 return table_[card(cage_offset)]; in GetAge()

Completed in 2 milliseconds