Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp93 void BytecodeOptPeepholes::VisitNewObject(GraphVisitor *v, Inst *inst) in VisitNewObject() function in panda::bytecodeopt::BytecodeOptPeepholes
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp39 void ObjectTypePropagation::VisitNewObject(GraphVisitor *v, Inst *i) in VisitNewObject() function in panda::compiler::ObjectTypePropagation
Dalias_analysis.cpp770 void AliasAnalysis::VisitNewObject(GraphVisitor *v, Inst *inst) in VisitNewObject() function in panda::compiler::AliasAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp918 void EscapeAnalysis::VisitNewObject(Inst *inst) in VisitNewObject() function in panda::compiler::EscapeAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1609 void GraphChecker::VisitNewObject([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckInstUsers() function in panda::compiler::GraphChecker
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3998 void EncodeVisitor::VisitNewObject(GraphVisitor *visitor, Inst *inst) in VisitNewObject() function in panda::compiler::EncodeVisitor