Lines Matching refs:JNIMacroLabel
697 JNIMacroLabel* slow_path, in DecodeJNITransitionOrLocalJObject()
698 JNIMacroLabel* resume) { in DecodeJNITransitionOrLocalJObject()
710 JNIMacroLabel* label, [[maybe_unused]] ArrayRef<const ManagedRegister> scratch_regs) { in TryToTransitionFromRunnableToNative()
738 JNIMacroLabel* label, in TryToTransitionFromNativeToRunnable()
773 void Arm64JNIMacroAssembler::SuspendCheck(JNIMacroLabel* label) { in SuspendCheck()
781 void Arm64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll()
801 std::unique_ptr<JNIMacroLabel> Arm64JNIMacroAssembler::CreateLabel() { in CreateLabel()
802 return std::unique_ptr<JNIMacroLabel>(new (asm_.GetAllocator()) Arm64JNIMacroLabel()); in CreateLabel()
805 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump()
810 void Arm64JNIMacroAssembler::TestGcMarking(JNIMacroLabel* label, JNIMacroUnaryCondition cond) { in TestGcMarking()
839 JNIMacroLabel* label, in TestMarkBit()
857 void Arm64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero()
865 void Arm64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind()