Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_thread_entrypoints.cc42 if (TestBitmap(reg, reg_bitmap)) { in VisitFrame()
64 static bool TestBitmap(int reg, const uint8_t* reg_vector) { in TestBitmap() function in art::ShadowFrameCopyVisitor
/art/runtime/
Dthread.cc2084 if (TestBitmap(reg, reg_bitmap)) { in VisitShadowFrame()
2131 if (TestBitmap(reg, reg_bitmap)) { in VisitQuickFrame()
2161 static bool TestBitmap(size_t reg, const uint8_t* reg_vector) { in TestBitmap() function in art::ReferenceMapVisitor