Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h300 …void CreateDebugRuntimeCallsForNewObject(Inst *inst, Reg regTlabStart, size_t allocSize, RegMask p…
Dcodegen.cpp1158 void Codegen::CreateDebugRuntimeCallsForNewObject(Inst *inst, [[maybe_unused]] Reg regTlabStart, si… in CreateDebugRuntimeCallsForNewObject() function in ark::compiler::Codegen
1250CreateDebugRuntimeCallsForNewObject(newObj, regTlabStart, reinterpret_cast<size_t>(classSize), pre… in CreateNewObjCallOld()