Home
last modified time | relevance | path

Searched refs:MaskInPlace (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dbit_field.h44 static uintptr_t MaskInPlace() { in MaskInPlace() function
76 (~MaskInPlace() & original); in Update()
Dbit_field_test.cc29 ASSERT_EQ(0x001feU, TestBitFields::MaskInPlace()); in TEST()