Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h285 void CreateCheckCastInterfaceCall(Inst *inst);
Dcodegen.cpp2280 void Codegen::CreateCheckCastInterfaceCall(Inst *inst) in CreateCheckCastInterfaceCall() function in ark::compiler::Codegen
Dencode_visitor.cpp1651 codegen->CreateCheckCastInterfaceCall(inst); in FillInterfaceClass()