Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h139 llvm::Value *CreateNewObjectWithRuntime(Inst *inst);
Dllvm_ir_constructor.cpp1677 llvm::Value *LLVMIrConstructor::CreateNewObjectWithRuntime(Inst *inst) in CreateNewObjectWithRuntime() function in ark::compiler::LLVMIrConstructor
4156 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject()
4163 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject()
4173 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject()