Home
last modified time | relevance | path

Searched refs:CreateLoadMethodUsingVTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.h31 llvm::Value *CreateLoadMethodUsingVTable(llvm::Value *thiz, llvm::Function *caller, size_t methodId,
Dutils.cpp80 llvm::Value *CreateLoadMethodUsingVTable(llvm::Value *thiz, llvm::Function *caller, size_t methodId, in CreateLoadMethodUsingVTable() function
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dpanda_runtime_lowering.h50 …llvm::Value *CreateLoadMethodUsingVTable(llvm::Value *thiz, llvm::CallInst *call, llvm::IRBuilder<…
Dpanda_runtime_lowering.cpp115 …auto method = ark::llvmbackend::utils::CreateLoadMethodUsingVTable(thiz, func, methodId, &builder,… in LowerCallVirtual()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1953 auto method = ark::llvmbackend::utils::CreateLoadMethodUsingVTable( in CreateLaunchCall()