Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h529 void EncodeCalculateCardIndex(Reg baseReg, ScopedTmpReg *tmp, ScopedTmpReg *tmp1);
Dcodegen.cpp2775 EncodeCalculateCardIndex(base, &tmp, &tmp1); in EncodeInterGenerationalBarrier()
2794 void PostWriteBarrier::EncodeCalculateCardIndex(Reg baseReg, ScopedTmpReg *tmp, ScopedTmpReg *tmp1) in EncodeCalculateCardIndex() function in ark::compiler::PostWriteBarrier