Home
last modified time | relevance | path

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

/art/compiler/utils/
Djni_macro_assembler.h322 class JNIMacroLabelCommon : public JNIMacroLabel {
336 JNIMacroLabelCommon() : JNIMacroLabel(kIsa) { in JNIMacroLabelCommon() function
339 ~JNIMacroLabelCommon() override {} in ~JNIMacroLabelCommon()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.h178 : public JNIMacroLabelCommon<X86JNIMacroLabel,
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h198 : public JNIMacroLabelCommon<X86_64JNIMacroLabel,
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h234 : public JNIMacroLabelCommon<ArmVIXLJNIMacroLabel,
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h237 : public JNIMacroLabelCommon<Arm64JNIMacroLabel,