Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.h513 static bool StoreNeedsWriteBarrier(DataType::Type type, HInstruction* value) { in StoreNeedsWriteBarrier() function
H A Dcode_generator.cc1641 bool CodeGenerator::StoreNeedsWriteBarrier(DataType::Type type, in StoreNeedsWriteBarrier() function in art::CodeGenerator