Home
last modified time | relevance | path

Searched defs:BuildGraph (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *methodName, Graph *graph) in BuildGraph() function in ark::compiler::AsmTest
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *method_name, Graph *graph) in BuildGraph() function in panda::compiler::AsmTest
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp151 bool DwarfBuilder::BuildGraph(const Function *func, uint32_t codeOffset, unsigned symbol) in BuildGraph() function in ark::irtoc::DwarfBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1263 InlinedGraph Inlining::BuildGraph(InlineContext *ctx, CallInst *callInst, CallInst *polyCallInst) in BuildGraph() function in ark::compiler::Inlining