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.h432 …void CreateDebugRuntimeCallsForNewObject(Inst *inst, Reg regTlabStart, size_t allocSize, RegMask p…
Dcodegen.cpp1096 void Codegen::CreateDebugRuntimeCallsForNewObject(Inst *inst, [[maybe_unused]] Reg regTlabStart, si… in CreateDebugRuntimeCallsForNewObject() function in panda::compiler::Codegen
1188CreateDebugRuntimeCallsForNewObject(newObj, regTlabStart, reinterpret_cast<size_t>(classSize), pre… in CreateNewObjCallOld()