Searched defs:Jump (Results 1 – 9 of 9) sorted by relevance
185 void Jump(Label* label ATTRIBUTE_UNUSED) override { in Jump() function192 void Jump(vixl::aarch32::Label* label) { in Jump() function
885 void ArmVIXLJNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump() function in art::arm::ArmVIXLJNIMacroAssembler943 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm::ArmVIXLJNIMacroAssembler
129 void Jump(Label* label ATTRIBUTE_UNUSED) override { in Jump() function136 void Jump(vixl::aarch64::Label* label) { in Jump() function
626 void Arm64JNIMacroAssembler::Jump(ManagedRegister m_base, Offset offs) { in Jump() function in art::arm64::Arm64JNIMacroAssembler730 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm64::Arm64JNIMacroAssembler
915 void Jump(Label* label) override { in Jump() function
615 void X86_64JNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump() function in art::x86_64::X86_64JNIMacroAssembler670 void X86_64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86_64::X86_64JNIMacroAssembler
829 void Jump(Label* label) override { in Jump() function
524 void X86JNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump() function in art::x86::X86JNIMacroAssembler569 void X86JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86::X86JNIMacroAssembler
525 __ Jump(main_jni_conv->HiddenArgumentRegister(), jni_entrypoint_offset); in ArtJniCompileMethodInternal() local