Home
last modified time | relevance | path

Searched refs:MterpShouldSwitchInterpreters (Results 1 – 19 of 19) sorted by relevance

/art/runtime/interpreter/mterp/mips64/
Dinvoke.S8 .extern MterpShouldSwitchInterpreters
17 jal MterpShouldSwitchInterpreters
Dfooter.S52 .extern MterpShouldSwitchInterpreters
64 jal MterpShouldSwitchInterpreters
/art/runtime/interpreter/mterp/
Dmterp.h33 extern "C" bool MterpShouldSwitchInterpreters();
Dmterp.cc145 extern "C" bool MterpShouldSwitchInterpreters() in MterpShouldSwitchInterpreters() function
525 return MterpShouldSwitchInterpreters(); in MterpSuspendCheck()
/art/runtime/interpreter/mterp/arm64/
Dinvoke.S16 bl MterpShouldSwitchInterpreters
Dfooter.S102 bl MterpShouldSwitchInterpreters
/art/runtime/interpreter/mterp/arm/
Dinvoke.S17 bl MterpShouldSwitchInterpreters
Dfooter.S106 bl MterpShouldSwitchInterpreters
/art/runtime/interpreter/mterp/x86_64/
Dinvoke.S18 call SYMBOL(MterpShouldSwitchInterpreters)
Dfooter.S107 call SYMBOL(MterpShouldSwitchInterpreters)
/art/runtime/interpreter/mterp/mips/
Dinvoke.S16 JAL(MterpShouldSwitchInterpreters)
Dfooter.S105 JAL(MterpShouldSwitchInterpreters)
/art/runtime/interpreter/mterp/x86/
Dinvoke.S20 call SYMBOL(MterpShouldSwitchInterpreters)
Dfooter.S124 call SYMBOL(MterpShouldSwitchInterpreters)
/art/runtime/interpreter/mterp/out/
Dmterp_arm64.S2885 bl MterpShouldSwitchInterpreters
2918 bl MterpShouldSwitchInterpreters
2951 bl MterpShouldSwitchInterpreters
2977 bl MterpShouldSwitchInterpreters
3004 bl MterpShouldSwitchInterpreters
3052 bl MterpShouldSwitchInterpreters
3078 bl MterpShouldSwitchInterpreters
3104 bl MterpShouldSwitchInterpreters
3130 bl MterpShouldSwitchInterpreters
3156 bl MterpShouldSwitchInterpreters
[all …]
Dmterp_x86_64.S2829 call SYMBOL(MterpShouldSwitchInterpreters)
2864 call SYMBOL(MterpShouldSwitchInterpreters)
2899 call SYMBOL(MterpShouldSwitchInterpreters)
2927 call SYMBOL(MterpShouldSwitchInterpreters)
2956 call SYMBOL(MterpShouldSwitchInterpreters)
3003 call SYMBOL(MterpShouldSwitchInterpreters)
3031 call SYMBOL(MterpShouldSwitchInterpreters)
3059 call SYMBOL(MterpShouldSwitchInterpreters)
3087 call SYMBOL(MterpShouldSwitchInterpreters)
3115 call SYMBOL(MterpShouldSwitchInterpreters)
[all …]
Dmterp_x86.S2948 call SYMBOL(MterpShouldSwitchInterpreters)
2986 call SYMBOL(MterpShouldSwitchInterpreters)
3024 call SYMBOL(MterpShouldSwitchInterpreters)
3055 call SYMBOL(MterpShouldSwitchInterpreters)
3087 call SYMBOL(MterpShouldSwitchInterpreters)
3139 call SYMBOL(MterpShouldSwitchInterpreters)
3170 call SYMBOL(MterpShouldSwitchInterpreters)
3201 call SYMBOL(MterpShouldSwitchInterpreters)
3232 call SYMBOL(MterpShouldSwitchInterpreters)
3263 call SYMBOL(MterpShouldSwitchInterpreters)
[all …]
Dmterp_arm.S3004 bl MterpShouldSwitchInterpreters
3039 bl MterpShouldSwitchInterpreters
3074 bl MterpShouldSwitchInterpreters
3102 bl MterpShouldSwitchInterpreters
3131 bl MterpShouldSwitchInterpreters
3178 bl MterpShouldSwitchInterpreters
3206 bl MterpShouldSwitchInterpreters
3234 bl MterpShouldSwitchInterpreters
3262 bl MterpShouldSwitchInterpreters
3290 bl MterpShouldSwitchInterpreters
[all …]
/art/runtime/interpreter/
Dinterpreter.cc327 if (MterpShouldSwitchInterpreters()) { in Execute()