Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dinstruction_nodes.h190 int GetCalledMethodIndex() const { in GetCalledMethodIndex() function
/art/compiler/sea_ir/code_gen/
Dcode_gen.cc199 symbol += art::MangleForJni(PrettyMethod(invoke->GetCalledMethodIndex(), dex_file_)); in Visit()