Home
last modified time | relevance | path

Searched defs:runtimeCall (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp674 LLVMValueRef runtimeCall = nullptr; in VisitRuntimeCall() local
744 …LLVMValueRef runtimeCall = LLVMBuildCall2(builder_, funcType, callee, params.data(), inList.size()… in VisitRuntimeCallWithArgv() local
2788 …LLVMValueRef runtimeCall = LLVMBuildCall2(builder, funcType, callee, params.data(), params.size(),… in GenDeoptEntry() local
2944 LLVMValueRef runtimeCall = in VisitDeoptCheck() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4156 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
4163 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
4173 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1228 …virtual uintptr_t GetIntrinsicAddress([[maybe_unused]] bool runtimeCall, [[maybe_unused]] SourceLa… in GetIntrinsicAddress()