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.h430 void CreateCheckForTLABWithConstSize(Inst *inst, Reg regTlabStart, Reg regTlabSize, size_t size,
Dcodegen.cpp1079 void Codegen::CreateCheckForTLABWithConstSize([[maybe_unused]] Inst *inst, Reg regTlabStart, Reg re… in CreateCheckForTLABWithConstSize() function in panda::compiler::Codegen
1184CreateCheckForTLABWithConstSize(newObj, regTlabStart, regTlabSize, classSize, slowPath->GetLabel()… in CreateNewObjCallOld()