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.cpp731 LLVMValueRef runtimeCall = nullptr; in VisitRuntimeCall() local
805 …LLVMValueRef runtimeCall = LLVMBuildCall2(builder_, funcType, callee, params.data(), inList.size()… in VisitRuntimeCallWithArgv() local
2928 …LLVMValueRef runtimeCall = LLVMBuildCall2(builder, funcType, callee, params.data(), params.size(),… in GenDeoptEntry() local
3100 LLVMValueRef runtimeCall = in VisitDeoptCheck() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4498 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
4505 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
4515 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1365 …virtual uintptr_t GetIntrinsicAddress([[maybe_unused]] bool runtimeCall, [[maybe_unused]] SourceLa… in GetIntrinsicAddress()