Home
last modified time | relevance | path

Searched refs:MterpNewInstance (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/mterp/x86_64/
Dobject.S209 call SYMBOL(MterpNewInstance)
/art/runtime/interpreter/mterp/arm64/
Dobject.S262 bl MterpNewInstance // (shadow_frame, self, inst_data)
/art/runtime/interpreter/mterp/arm/
Dobject.S275 bl MterpNewInstance @ (shadow_frame, self, inst_data)
/art/runtime/interpreter/mterp/
Dmterp.cc446 extern "C" size_t MterpNewInstance(ShadowFrame* shadow_frame, Thread* self, uint32_t inst_data) in MterpNewInstance() function