Home
last modified time | relevance | path

Searched defs:StoreNeedsWriteBarrier (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h518 static bool StoreNeedsWriteBarrier(DataType::Type type, HInstruction* value) { in StoreNeedsWriteBarrier() function
Dcode_generator.cc1639 bool CodeGenerator::StoreNeedsWriteBarrier(DataType::Type type, in StoreNeedsWriteBarrier() function in art::CodeGenerator