Home
last modified time | relevance | path

Searched defs:thiz (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/taihe/test/ani_inject/author/src/
Dimpl.cpp26 void with_this(uintptr_t thiz) in with_this()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dark_gvn.cpp69 llvm::Value *thiz = callInst->getArgOperand(isLaunchCall ? callInst->arg_size() - 1 : 1); in CreateCallBuiltin() local
192 auto thiz = callInst->getOperand(0U); in ParseBuiltin() local
Dpanda_runtime_lowering.cpp115 llvm::Value *thiz = inst->getArgOperand(1); in LowerCallVirtual() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp80 llvm::Value *CreateLoadMethodUsingVTable(llvm::Value *thiz, llvm::Function *caller, size_t methodId, in CreateLoadMethodUsingVTable()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp399 auto thiz = inst->getOperand(0U); in LowerResolveVirtual() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2060 llvm::Value *LLVMIrConstructor::CreateResolveVirtualCallBuiltin(Inst *inst, llvm::Value *thiz, uint… in CreateResolveVirtualCallBuiltin()
4661 llvm::Value *thiz = ctor->GetInputValue(inst, 0); in VisitResolveVirtual() local