Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.h183 return AsPlatformLabel(); in AsX86()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h203 return AsPlatformLabel(); in AsX86_64()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h239 return AsPlatformLabel(); in AsArm()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h242 return AsPlatformLabel(); in AsArm64()
/art/compiler/utils/
Djni_macro_assembler.h332 PlatformLabel* AsPlatformLabel() { in AsPlatformLabel() function