Home
last modified time | relevance | path

Searched refs:MterpSuspendCheck (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/mterp/x86_64/
Dcontrol_flow.S149 call SYMBOL(MterpSuspendCheck)
163 call SYMBOL(MterpSuspendCheck)
172 call SYMBOL(MterpSuspendCheck)
187 call SYMBOL(MterpSuspendCheck)
/art/runtime/interpreter/mterp/arm64/
Dcontrol_flow.S158 bl MterpSuspendCheck // (self)
175 bl MterpSuspendCheck // (self)
187 bl MterpSuspendCheck // (self)
207 bl MterpSuspendCheck // (self)
Dmain.S619 bl MterpSuspendCheck // (self)
691 bl MterpSuspendCheck // (self)
/art/runtime/interpreter/mterp/x86/
Dcontrol_flow.S155 call SYMBOL(MterpSuspendCheck)
171 call SYMBOL(MterpSuspendCheck)
182 call SYMBOL(MterpSuspendCheck)
199 call SYMBOL(MterpSuspendCheck)
/art/runtime/interpreter/mterp/arm/
Dcontrol_flow.S150 blne MterpSuspendCheck @ (self)
165 blne MterpSuspendCheck @ (self)
174 blne MterpSuspendCheck @ (self)
189 blne MterpSuspendCheck @ (self)
/art/runtime/interpreter/mterp/
Dmterp.cc654 extern "C" size_t MterpSuspendCheck(Thread* self) in MterpSuspendCheck() function