Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp591 LLVMValueRef runtimeCall = nullptr; in VisitRuntimeCall() local
653 …LLVMValueRef runtimeCall = LLVMBuildCall2(builder_, funcType, callee, params.data(), inList.size()… in VisitRuntimeCallWithArgv() local
2460 …LLVMValueRef runtimeCall = LLVMBuildCall2(builder, funcType, callee, params.data(), params.size(),… in GenDeoptEntry() local
2615 LLVMValueRef runtimeCall = in VisitDeoptCheck() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1111 …virtual uintptr_t GetIntrinsicAddress([[maybe_unused]] bool runtimeCall, [[maybe_unused]] SourceLa… in GetIntrinsicAddress()