Searched defs:runtimeCall (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | runtime_interface.h | 1249 virtual uintptr_t GetIntrinsicAddress([[maybe_unused]] bool runtimeCall, [[maybe_unused]] SourceLanguage lang, in GetIntrinsicAddress() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 674 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 D | llvm_ir_constructor.cpp | 4182 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