Home
last modified time | relevance | path

Searched refs:MterpLogOSR (Results 1 – 13 of 13) sorted by relevance

/art/runtime/interpreter/mterp/mips64/
Dfooter.S187 jal MterpLogOSR
/art/runtime/interpreter/mterp/x86_64/
Dfooter.S233 call SYMBOL(MterpLogOSR)
/art/runtime/interpreter/mterp/mips/
Dfooter.S230 JAL(MterpLogOSR)
/art/runtime/interpreter/mterp/arm/
Dfooter.S239 bl MterpLogOSR
/art/runtime/interpreter/mterp/x86/
Dfooter.S259 call SYMBOL(MterpLogOSR)
/art/runtime/interpreter/mterp/arm64/
Dfooter.S238 bl MterpLogOSR
/art/runtime/interpreter/mterp/
Dmterp.cc581 extern "C" void MterpLogOSR(Thread* self, ShadowFrame* shadow_frame, int32_t offset) in MterpLogOSR() function
/art/runtime/interpreter/mterp/out/
Dmterp_mips64.S12233 jal MterpLogOSR
Dmterp_arm64.S7209 bl MterpLogOSR
Dmterp_x86_64.S11989 call SYMBOL(MterpLogOSR)
Dmterp_mips.S12684 JAL(MterpLogOSR)
Dmterp_arm.S12067 bl MterpLogOSR
Dmterp_x86.S12762 call SYMBOL(MterpLogOSR)