Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.h274 void CreateCheckCastInterfaceCall(Inst *inst);
Dcodegen.cpp4321 codegen->CreateCheckCastInterfaceCall(inst); in FillInterfaceClass()
4681 void Codegen::CreateCheckCastInterfaceCall(Inst *inst) in CreateCheckCastInterfaceCall() function in panda::compiler::Codegen