Searched defs:runtimeCall (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 731 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/ |
| D | llvm_ir_constructor.cpp | 4498 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/ |
| D | runtime_interface.h | 1365 …virtual uintptr_t GetIntrinsicAddress([[maybe_unused]] bool runtimeCall, [[maybe_unused]] SourceLa… in GetIntrinsicAddress()
|