Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h401 void CreateCheckCastInterfaceCall(Inst *inst);
Dcodegen.cpp4198 codegen->CreateCheckCastInterfaceCall(inst); in FillInterfaceClass()
4547 void Codegen::CreateCheckCastInterfaceCall(Inst *inst) in CreateCheckCastInterfaceCall() function in panda::compiler::Codegen