Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h298 void CreateCheckForTLABWithConstSize(Inst *inst, Reg regTlabStart, Reg regTlabSize, size_t size,
Dcodegen.cpp1141 void Codegen::CreateCheckForTLABWithConstSize([[maybe_unused]] Inst *inst, Reg regTlabStart, Reg re… in CreateCheckForTLABWithConstSize() function in ark::compiler::Codegen
1246CreateCheckForTLABWithConstSize(newObj, regTlabStart, regTlabSize, classSize, slowPath->GetLabel()… in CreateNewObjCallOld()