Home
last modified time | relevance | path

Searched defs:GRAPH (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/
Dinterop_intrinsics_opt_test.cpp359 GRAPH(graph) in GRAPH() function
411 GRAPH(GetGraph()) in GRAPH() function
477 GRAPH(graph) in GRAPH() function
572 GRAPH(GetGraph()) in GRAPH() function
636 GRAPH(graph) in GRAPH() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1160 #define GRAPH(GRAPH) if (auto __g = builder_->SetGraph(GRAPH).ScopedLife<Graph>(); true) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h1498 #define GRAPH(GRAPH) if (auto __g = builder_->SetGraph(GRAPH).ScopedLife<Graph>(); true) macro