Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h1249 virtual uintptr_t GetIntrinsicAddress([[maybe_unused]] bool runtimeCall, [[maybe_unused]] SourceLanguage lang, in GetIntrinsicAddress() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp674 LLVMValueRef runtimeCall = nullptr; in VisitRuntimeCall() local
744 LLVMValueRef runtimeCall = LLVMBuildCall2(builder_, funcType, callee, params.data(), inList.size() - 1, ""); in VisitRuntimeCallWithArgv() local
2788 LLVMValueRef runtimeCall = LLVMBuildCall2(builder, funcType, callee, params.data(), params.size(), ""); GenDeoptEntry() local
2944 LLVMValueRef runtimeCall = VisitDeoptCheck() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp4182 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
4189 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local
4199 auto runtimeCall = ctor->CreateNewObjectWithRuntime(inst); in VisitNewObject() local

Completed in 19 milliseconds