Home
last modified time | relevance | path

Searched refs:NterpGetShorty (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/mterp/armng/
Dmain.S698 bl NterpGetShorty
937 bl NterpGetShorty
1687 bl NterpGetShorty
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S679 bl NterpGetShorty
695 bl NterpGetShorty
1664 bl NterpGetShorty
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S1052 call SYMBOL(NterpGetShorty)
1071 call SYMBOL(NterpGetShorty)
1779 call SYMBOL(NterpGetShorty)
/art/runtime/interpreter/mterp/x86ng/
Dmain.S1042 call SYMBOL(NterpGetShorty)
1072 call SYMBOL(NterpGetShorty)
1847 call SYMBOL(NterpGetShorty)
/art/runtime/interpreter/mterp/
Dnterp.cc164 extern "C" const char* NterpGetShorty(ArtMethod* method) in NterpGetShorty() function