Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.h313 void BuildMethodSeaGraph(const art::DexFile::CodeItem* code_item,
Dsea.cc193 void SeaGraph::BuildMethodSeaGraph(const art::DexFile::CodeItem* code_item, in BuildMethodSeaGraph() function in sea_ir::SeaGraph
415 BuildMethodSeaGraph(code_item, dex_file, class_def_idx, method_idx, method_access_flags); in CompileMethod()