Home
last modified time | relevance | path

Searched refs:CreateUnresolvedVirtualMethodLoad (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.h265 void CreateUnresolvedVirtualMethodLoad(CallInst *vcall, Reg method);
Dcodegen.cpp1655 void Codegen::CreateUnresolvedVirtualMethodLoad(CallInst *vcall, Reg method) in CreateUnresolvedVirtualMethodLoad() function in panda::compiler::Codegen
1757 CreateUnresolvedVirtualMethodLoad(call_inst, method_reg); in PrepareAndEmitCallVirtual()